Html Css Color HEX #A06F1E Golden Brown

📋 copy color: '#A06F1E'

red 160 ◦ green 111 ◦ blue 30

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

Shades of Golden Brown #A06F1E

Tints of Golden Brown #A06F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 53.16%
G = 36.88%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#A06F1E (or 0xA06F1E) is known color: Golden Brown. HEX triplet: A0, 6F and 1E. RGB value is (160,111,30). Sum of RGB (Red+Green+Blue) = 160+111+30=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F1E is #5F90E1. Grayscale: #747474. Windows color (decimal): -6263010 or 1994656. OLE color: 1994656.

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

Color convert

RGB 160 111 30 -
CMYK 0 0.31 0.81 0.37
HSL 37.38º 0.68% 0.37% -
HSV(B) 37.38º 0.81% 0.63% -
XYZ 20.42 18.94 3.81 -
YUV 116.42 79.23 159.09 -
System Red Green Blue C M Y K H S L
Decimal 160 111 30 0 0.31 0.81 0.37 37.38 0.68 0.37
Hex A0 6F 1E 0 1F 51 25 25 44 25
Octal 240 157 36 0 37 121 45 45 104 45
Binary 10100000 1101111 11110 0 11111 1010001 100101 100101 1000100 100101

Color Harmonies of #A06F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F1E

Black with #A06F1E

Text Example


Text Example

White with #A06F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F1E; }

 p { color: rgb(160,111,30); }

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

background-color css

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

 a { background-color: rgb(160,111,30); }

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

border-color css

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

 span { border-color: rgb(160,111,30); }

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