Html Css Color HEX #A06C1D Golden Brown

📋 copy color: '#A06C1D'

red 160 ◦ green 108 ◦ blue 29

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

Shades of Golden Brown #A06C1D

Tints of Golden Brown #A06C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

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

R = 53.87%
G = 36.36%
B = 9.76%

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

#A06C1D (or 0xA06C1D) is known color: Golden Brown. HEX triplet: A0, 6C and 1D. RGB value is (160,108,29). Sum of RGB (Red+Green+Blue) = 160+108+29=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C1D is #5F93E2. Grayscale: #727272. Windows color (decimal): -6263779 or 1928352. OLE color: 1928352.

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

Color convert

RGB 160 108 29 -
CMYK 0 0.32 0.82 0.37
HSL 36.18º 0.69% 0.37% -
HSV(B) 36.18º 0.82% 0.63% -
XYZ 20.08 18.29 3.63 -
YUV 114.54 79.73 160.42 -
System Red Green Blue C M Y K H S L
Decimal 160 108 29 0 0.32 0.82 0.37 36.18 0.69 0.37
Hex A0 6C 1D 0 20 52 25 24 45 25
Octal 240 154 35 0 40 122 45 44 105 45
Binary 10100000 1101100 11101 0 100000 1010010 100101 100100 1000101 100101

Color Harmonies of #A06C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06C1D

Black with #A06C1D

Text Example


Text Example

White with #A06C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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