Html Css Color HEX #A06906 Golden Brown

📋 copy color: '#A06906'

red 160 ◦ green 105 ◦ blue 6

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

Shades of Golden Brown #A06906

Tints of Golden Brown #A06906

RGB

 RED value IS 160 (62.89% from 255) = 59.04%

 GREEN value IS 105 (41.41% from 255) = 38.75%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 59.04%
G = 38.75%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A06906 (or 0xA06906) is known color: Golden Brown. HEX triplet: A0, 69 and 06. RGB value is (160,105,6). Sum of RGB (Red+Green+Blue) = 160+105+6=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A06906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06906 is #5F96F9. Grayscale: #6E6E6E. Windows color (decimal): -6264570 or 420256. OLE color: 420256.

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

Color convert

RGB 160 105 6 -
CMYK 0 0.34 0.96 0.37
HSL 38.57º 0.93% 0.33% -
HSV(B) 38.57º 0.96% 0.63% -
XYZ 19.58 17.59 2.54 -
YUV 110.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 160 105 6 0 0.34 0.96 0.37 38.57 0.93 0.33
Hex A0 69 6 0 22 60 25 27 5D 21
Octal 240 151 6 0 42 140 45 47 135 41
Binary 10100000 1101001 110 0 100010 1100000 100101 100111 1011101 100001

Color Harmonies of #A06906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06906

Black with #A06906

Text Example


Text Example

White with #A06906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06906; }

 p { color: rgb(160,105,6); }

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

background-color css

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

 a { background-color: rgb(160,105,6); }

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

border-color css

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

 span { border-color: rgb(160,105,6); }

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