Html Css Color HEX #A67003 Golden Brown

📋 copy color: '#A67003'

red 166 ◦ green 112 ◦ blue 3

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

Shades of Golden Brown #A67003

Tints of Golden Brown #A67003

RGB

 RED value IS 166 (65.23% from 255) = 59.07%

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

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

R = 59.07%
G = 39.86%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A67003 (or 0xA67003) is known color: Golden Brown. HEX triplet: A6, 70 and 03. RGB value is (166,112,3). Sum of RGB (Red+Green+Blue) = 166+112+3=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A67003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67003 is #598FFC. Grayscale: #747474. Windows color (decimal): -5869565 or 225446. OLE color: 225446.

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

Color convert

RGB 166 112 3 -
CMYK 0 0.33 0.98 0.35
HSL 40.12º 0.96% 0.33% -
HSV(B) 40.12º 0.98% 0.65% -
XYZ 21.54 19.7 2.75 -
YUV 115.72 64.39 163.86 -
System Red Green Blue C M Y K H S L
Decimal 166 112 3 0 0.33 0.98 0.35 40.12 0.96 0.33
Hex A6 70 3 0 21 62 23 28 60 21
Octal 246 160 3 0 41 142 43 50 140 41
Binary 10100110 1110000 11 0 100001 1100010 100011 101000 1100000 100001

Color Harmonies of #A67003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67003

Black with #A67003

Text Example


Text Example

White with #A67003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67003; }

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

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

background-color css

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

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

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

border-color css

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

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

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