Html Css Color HEX #A06715 Golden Brown

📋 copy color: '#A06715'

red 160 ◦ green 103 ◦ blue 21

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

Shades of Golden Brown #A06715

Tints of Golden Brown #A06715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

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

R = 56.34%
G = 36.27%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A06715 (or 0xA06715) is known color: Golden Brown. HEX triplet: A0, 67 and 15. RGB value is (160,103,21). Sum of RGB (Red+Green+Blue) = 160+103+21=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A06715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A06715 is #5F98EA. Grayscale: #6F6F6F. Windows color (decimal): -6265067 or 1402784. OLE color: 1402784.

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

Color convert

RGB 160 103 21 -
CMYK 0 0.36 0.87 0.37
HSL 35.4º 0.77% 0.35% -
HSV(B) 35.4º 0.87% 0.63% -
XYZ 19.48 17.23 3.01 -
YUV 110.7 77.38 163.17 -
System Red Green Blue C M Y K H S L
Decimal 160 103 21 0 0.36 0.87 0.37 35.4 0.77 0.35
Hex A0 67 15 0 24 57 25 23 4D 23
Octal 240 147 25 0 44 127 45 43 115 43
Binary 10100000 1100111 10101 0 100100 1010111 100101 100011 1001101 100011

Color Harmonies of #A06715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06715

Black with #A06715

Text Example


Text Example

White with #A06715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06715; }

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

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

background-color css

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

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

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

border-color css

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

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

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