Html Css Color HEX #A06514 Golden Brown

📋 copy color: '#A06514'

red 160 ◦ green 101 ◦ blue 20

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

Shades of Golden Brown #A06514

Tints of Golden Brown #A06514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 56.94%
G = 35.94%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A06514 (or 0xA06514) is known color: Golden Brown. HEX triplet: A0, 65 and 14. RGB value is (160,101,20). Sum of RGB (Red+Green+Blue) = 160+101+20=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A06514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06514 is #5F9AEB. Grayscale: #6D6D6D. Windows color (decimal): -6265580 or 1336736. OLE color: 1336736.

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

Color convert

RGB 160 101 20 -
CMYK 0 0.37 0.88 0.37
HSL 34.71º 0.78% 0.35% -
HSV(B) 34.71º 0.88% 0.63% -
XYZ 19.28 16.83 2.89 -
YUV 109.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 160 101 20 0 0.37 0.88 0.37 34.71 0.78 0.35
Hex A0 65 14 0 25 58 25 23 4E 23
Octal 240 145 24 0 45 130 45 43 116 43
Binary 10100000 1100101 10100 0 100101 1011000 100101 100011 1001110 100011

Color Harmonies of #A06514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06514

Black with #A06514

Text Example


Text Example

White with #A06514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06514; }

 p { color: rgb(160,101,20); }

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

background-color css

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

 a { background-color: rgb(160,101,20); }

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

border-color css

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

 span { border-color: rgb(160,101,20); }

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