Html Css Color HEX #A46802 Golden Brown

📋 copy color: '#A46802'

red 164 ◦ green 104 ◦ blue 2

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

Shades of Golden Brown #A46802

Tints of Golden Brown #A46802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.52%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 60.74%
G = 38.52%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A46802 (or 0xA46802) is known color: Golden Brown. HEX triplet: A4, 68 and 02. RGB value is (164,104,2). Sum of RGB (Red+Green+Blue) = 164+104+2=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A46802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46802 is #5B97FD. Grayscale: #6E6E6E. Windows color (decimal): -6002686 or 157860. OLE color: 157860.

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

Color convert

RGB 164 104 2 -
CMYK 0 0.37 0.99 0.36
HSL 37.78º 0.98% 0.33% -
HSV(B) 37.78º 0.99% 0.64% -
XYZ 20.27 17.8 2.42 -
YUV 110.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 164 104 2 0 0.37 0.99 0.36 37.78 0.98 0.33
Hex A4 68 2 0 25 63 24 26 62 21
Octal 244 150 2 0 45 143 44 46 142 41
Binary 10100100 1101000 10 0 100101 1100011 100100 100110 1100010 100001

Color Harmonies of #A46802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46802

Black with #A46802

Text Example


Text Example

White with #A46802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46802; }

 p { color: rgb(164,104,2); }

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

background-color css

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

 a { background-color: rgb(164,104,2); }

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

border-color css

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

 span { border-color: rgb(164,104,2); }

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