Html Css Color HEX #A06D1C Golden Brown

📋 copy color: '#A06D1C'

red 160 ◦ green 109 ◦ blue 28

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

Shades of Golden Brown #A06D1C

Tints of Golden Brown #A06D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.7%

 BLUE value IS 28 (11.33% from 255) = 9.43%

R = 53.87%
G = 36.7%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A06D1C (or 0xA06D1C) is known color: Golden Brown. HEX triplet: A0, 6D and 1C. RGB value is (160,109,28). Sum of RGB (Red+Green+Blue) = 160+109+28=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D1C is #5F92E3. Grayscale: #737373. Windows color (decimal): -6263524 or 1863072. OLE color: 1863072.

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

Color convert

RGB 160 109 28 -
CMYK 0 0.32 0.82 0.37
HSL 36.82º 0.7% 0.37% -
HSV(B) 36.82º 0.83% 0.63% -
XYZ 20.18 18.49 3.61 -
YUV 115.02 78.9 160.09 -
System Red Green Blue C M Y K H S L
Decimal 160 109 28 0 0.32 0.82 0.37 36.82 0.7 0.37
Hex A0 6D 1C 0 20 52 25 25 46 25
Octal 240 155 34 0 40 122 45 45 106 45
Binary 10100000 1101101 11100 0 100000 1010010 100101 100101 1000110 100101

Color Harmonies of #A06D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D1C

Black with #A06D1C

Text Example


Text Example

White with #A06D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D1C; }

 p { color: rgb(160,109,28); }

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

background-color css

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

 a { background-color: rgb(160,109,28); }

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

border-color css

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

 span { border-color: rgb(160,109,28); }

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