Html Css Color HEX #A06D1B Golden Brown

📋 copy color: '#A06D1B'

red 160 ◦ green 109 ◦ blue 27

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

Shades of Golden Brown #A06D1B

Tints of Golden Brown #A06D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 54.05%
G = 36.82%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A06D1B (or 0xA06D1B) is known color: Golden Brown. HEX triplet: A0, 6D and 1B. RGB value is (160,109,27). Sum of RGB (Red+Green+Blue) = 160+109+27=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 109 (42.97% from 255 or 36.82% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A06D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06D1B is #5F92E4. Grayscale: #737373. Windows color (decimal): -6263525 or 1797536. OLE color: 1797536.

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

Color convert

RGB 160 109 27 -
CMYK 0 0.32 0.83 0.37
HSL 36.99º 0.71% 0.37% -
HSV(B) 36.99º 0.83% 0.63% -
XYZ 20.16 18.49 3.54 -
YUV 114.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 160 109 27 0 0.32 0.83 0.37 36.99 0.71 0.37
Hex A0 6D 1B 0 20 53 25 25 47 25
Octal 240 155 33 0 40 123 45 45 107 45
Binary 10100000 1101101 11011 0 100000 1010011 100101 100101 1000111 100101

Color Harmonies of #A06D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06D1B

Black with #A06D1B

Text Example


Text Example

White with #A06D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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