Html Css Color HEX #A06B13 Golden Brown

📋 copy color: '#A06B13'

red 160 ◦ green 107 ◦ blue 19

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

Shades of Golden Brown #A06B13

Tints of Golden Brown #A06B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.41%

 BLUE value IS 19 (7.81% from 255) = 6.64%

R = 55.94%
G = 37.41%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A06B13 (or 0xA06B13) is known color: Golden Brown. HEX triplet: A0, 6B and 13. RGB value is (160,107,19). Sum of RGB (Red+Green+Blue) = 160+107+19=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A06B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06B13 is #5F94EC. Grayscale: #717171. Windows color (decimal): -6264045 or 1272736. OLE color: 1272736.

HSL color Cylindrical-coordinate representation of color #A06B13: hue angle of 37.45º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A06B13 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 107 19 -
CMYK 0 0.33 0.88 0.37
HSL 37.45º 0.79% 0.35% -
HSV(B) 37.45º 0.88% 0.63% -
XYZ 19.87 18.04 3.05 -
YUV 112.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 160 107 19 0 0.33 0.88 0.37 37.45 0.79 0.35
Hex A0 6B 13 0 21 58 25 25 4F 23
Octal 240 153 23 0 41 130 45 45 117 43
Binary 10100000 1101011 10011 0 100001 1011000 100101 100101 1001111 100011

Color Harmonies of #A06B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06B13

Black with #A06B13

Text Example


Text Example

White with #A06B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06B13; }

 p { color: rgb(160,107,19); }

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

background-color css

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

 a { background-color: rgb(160,107,19); }

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

border-color css

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

 span { border-color: rgb(160,107,19); }

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