Html Css Color HEX #AD5C03 Golden Brown

📋 copy color: '#AD5C03'

red 173 ◦ green 92 ◦ blue 3

#AD5C03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #AD5C03

Tints of Golden Brown #AD5C03

RGB

 RED value IS 173 (67.97% from 255) = 64.55%

 GREEN value IS 92 (36.33% from 255) = 34.33%

 BLUE value IS 3 (1.56% from 255) = 1.12%

R = 64.55%
G = 34.33%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AD5C03 (or 0xAD5C03) is known color: Golden Brown. HEX triplet: AD, 5C and 03. RGB value is (173,92,3). Sum of RGB (Red+Green+Blue) = 173+92+3=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AD5C03 is #52A3FC. Grayscale: #6A6A6A. Windows color (decimal): -5415933 or 220333. OLE color: 220333.

HSL color Cylindrical-coordinate representation of color #AD5C03: hue angle of 31.41º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD5C03 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 92 3 -
CMYK 0 0.47 0.98 0.32
HSL 31.41º 0.97% 0.35% -
HSV(B) 31.41º 0.98% 0.68% -
XYZ 21.08 16.55 2.17 -
YUV 106.07 69.84 175.74 -
System Red Green Blue C M Y K H S L
Decimal 173 92 3 0 0.47 0.98 0.32 31.41 0.97 0.35
Hex AD 5C 3 0 2F 62 20 1F 61 23
Octal 255 134 3 0 57 142 40 37 141 43
Binary 10101101 1011100 11 0 101111 1100010 100000 11111 1100001 100011

Color Harmonies of #AD5C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5C03

Black with #AD5C03

Text Example


Text Example

White with #AD5C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5C03; }

 p { color: rgb(173,92,3); }

 H1.HeaderClassName
 {
   color: #AD5C03;
 }
 .AnyTagClassName
 {
   color: #AD5C03;
 }
</style>

background-color css

<style>
 a { background-color: #AD5C03; }

 a { background-color: rgb(173,92,3); }

 div.DivClassName
 {
   background-color: #AD5C03;
 }
 .BgClassName
 {
   background-color: #AD5C03;
 }
</style>

border-color css

<style>
 span { border-color: #AD5C03; }

 span { border-color: rgb(173,92,3); }

 td.TdClassName
 {
   border-color: #AD5C03;
 }
 .TagClassName
 {
   border-color: #AD5C03;
 }
</style>