Html Css Color HEX #A06F1D Golden Brown

📋 copy color: '#A06F1D'

red 160 ◦ green 111 ◦ blue 29

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

Shades of Golden Brown #A06F1D

Tints of Golden Brown #A06F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 53.33%
G = 37%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A06F1D (or 0xA06F1D) is known color: Golden Brown. HEX triplet: A0, 6F and 1D. RGB value is (160,111,29). Sum of RGB (Red+Green+Blue) = 160+111+29=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F1D is #5F90E2. Grayscale: #747474. Windows color (decimal): -6263011 or 1929120. OLE color: 1929120.

HSL color Cylindrical-coordinate representation of color #A06F1D: hue angle of 37.56º degrees, saturation: 0.69, 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 #A06F1D is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 111 29 -
CMYK 0 0.31 0.82 0.37
HSL 37.56º 0.69% 0.37% -
HSV(B) 37.56º 0.82% 0.63% -
XYZ 20.4 18.93 3.74 -
YUV 116.3 78.73 159.17 -
System Red Green Blue C M Y K H S L
Decimal 160 111 29 0 0.31 0.82 0.37 37.56 0.69 0.37
Hex A0 6F 1D 0 1F 52 25 26 45 25
Octal 240 157 35 0 37 122 45 46 105 45
Binary 10100000 1101111 11101 0 11111 1010010 100101 100110 1000101 100101

Color Harmonies of #A06F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06F1D

Black with #A06F1D

Text Example


Text Example

White with #A06F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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