Html Css Color HEX #A06415 Golden Brown

📋 copy color: '#A06415'

red 160 ◦ green 100 ◦ blue 21

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

Shades of Golden Brown #A06415

Tints of Golden Brown #A06415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.59%

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 56.94%
G = 35.59%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A06415 (or 0xA06415) is known color: Golden Brown. HEX triplet: A0, 64 and 15. RGB value is (160,100,21). Sum of RGB (Red+Green+Blue) = 160+100+21=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A06415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06415 is #5F9BEA. Grayscale: #6D6D6D. Windows color (decimal): -6265835 or 1402016. OLE color: 1402016.

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

Color convert

RGB 160 100 21 -
CMYK 0 0.38 0.87 0.37
HSL 34.1º 0.77% 0.35% -
HSV(B) 34.1º 0.87% 0.63% -
XYZ 19.19 16.64 2.91 -
YUV 108.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 160 100 21 0 0.38 0.87 0.37 34.1 0.77 0.35
Hex A0 64 15 0 26 57 25 22 4D 23
Octal 240 144 25 0 46 127 45 42 115 43
Binary 10100000 1100100 10101 0 100110 1010111 100101 100010 1001101 100011

Color Harmonies of #A06415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06415

Black with #A06415

Text Example


Text Example

White with #A06415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06415; }

 p { color: rgb(160,100,21); }

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

background-color css

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

 a { background-color: rgb(160,100,21); }

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

border-color css

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

 span { border-color: rgb(160,100,21); }

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