Html Css Color HEX #A17003 Golden Brown

📋 copy color: '#A17003'

red 161 ◦ green 112 ◦ blue 3

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

Shades of Golden Brown #A17003

Tints of Golden Brown #A17003

RGB

 RED value IS 161 (63.28% from 255) = 58.33%

 GREEN value IS 112 (44.14% from 255) = 40.58%

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

R = 58.33%
G = 40.58%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A17003 (or 0xA17003) is known color: Golden Brown. HEX triplet: A1, 70 and 03. RGB value is (161,112,3). Sum of RGB (Red+Green+Blue) = 161+112+3=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A17003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17003 is #5E8FFC. Grayscale: #727272. Windows color (decimal): -6197245 or 225441. OLE color: 225441.

HSL color Cylindrical-coordinate representation of color #A17003: hue angle of 41.39º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A17003 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 112 3 -
CMYK 0 0.30 0.98 0.37
HSL 41.39º 0.96% 0.32% -
HSV(B) 41.39º 0.98% 0.63% -
XYZ 20.51 19.17 2.71 -
YUV 114.23 65.23 161.36 -
System Red Green Blue C M Y K H S L
Decimal 161 112 3 0 0.30 0.98 0.37 41.39 0.96 0.32
Hex A1 70 3 0 1E 62 25 29 60 20
Octal 241 160 3 0 36 142 45 51 140 40
Binary 10100001 1110000 11 0 11110 1100010 100101 101001 1100000 100000

Color Harmonies of #A17003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17003

Black with #A17003

Text Example


Text Example

White with #A17003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17003; }

 p { color: rgb(161,112,3); }

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

background-color css

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

 a { background-color: rgb(161,112,3); }

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

border-color css

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

 span { border-color: rgb(161,112,3); }

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