Html Css Color HEX #A67115 Golden Brown

📋 copy color: '#A67115'

red 166 ◦ green 113 ◦ blue 21

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

Shades of Golden Brown #A67115

Tints of Golden Brown #A67115

RGB

 RED value IS 166 (65.23% from 255) = 55.33%

 GREEN value IS 113 (44.53% from 255) = 37.67%

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

R = 55.33%
G = 37.67%
B = 7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A67115 (or 0xA67115) is known color: Golden Brown. HEX triplet: A6, 71 and 15. RGB value is (166,113,21). Sum of RGB (Red+Green+Blue) = 166+113+21=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A67115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67115 is #598EEA. Grayscale: #767676. Windows color (decimal): -5869291 or 1405350. OLE color: 1405350.

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

Color convert

RGB 166 113 21 -
CMYK 0 0.32 0.87 0.35
HSL 38.07º 0.78% 0.37% -
HSV(B) 38.07º 0.87% 0.65% -
XYZ 21.77 19.97 3.42 -
YUV 118.36 73.06 161.98 -
System Red Green Blue C M Y K H S L
Decimal 166 113 21 0 0.32 0.87 0.35 38.07 0.78 0.37
Hex A6 71 15 0 20 57 23 26 4E 25
Octal 246 161 25 0 40 127 43 46 116 45
Binary 10100110 1110001 10101 0 100000 1010111 100011 100110 1001110 100101

Color Harmonies of #A67115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67115

Black with #A67115

Text Example


Text Example

White with #A67115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67115; }

 p { color: rgb(166,113,21); }

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

background-color css

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

 a { background-color: rgb(166,113,21); }

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

border-color css

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

 span { border-color: rgb(166,113,21); }

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