Html Css Color HEX #A47003 Golden Brown

📋 copy color: '#A47003'

red 164 ◦ green 112 ◦ blue 3

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

Shades of Golden Brown #A47003

Tints of Golden Brown #A47003

RGB

 RED value IS 164 (64.45% from 255) = 58.78%

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

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

R = 58.78%
G = 40.14%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A47003 (or 0xA47003) is known color: Golden Brown. HEX triplet: A4, 70 and 03. RGB value is (164,112,3). Sum of RGB (Red+Green+Blue) = 164+112+3=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A47003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47003 is #5B8FFC. Grayscale: #737373. Windows color (decimal): -6000637 or 225444. OLE color: 225444.

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

Color convert

RGB 164 112 3 -
CMYK 0 0.32 0.98 0.36
HSL 40.62º 0.96% 0.33% -
HSV(B) 40.62º 0.98% 0.64% -
XYZ 21.12 19.49 2.73 -
YUV 115.12 64.73 162.86 -
System Red Green Blue C M Y K H S L
Decimal 164 112 3 0 0.32 0.98 0.36 40.62 0.96 0.33
Hex A4 70 3 0 20 62 24 29 60 21
Octal 244 160 3 0 40 142 44 51 140 41
Binary 10100100 1110000 11 0 100000 1100010 100100 101001 1100000 100001

Color Harmonies of #A47003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47003

Black with #A47003

Text Example


Text Example

White with #A47003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47003; }

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

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

background-color css

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

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

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

border-color css

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

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

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