Html Css Color HEX #A67413 Golden Brown

📋 copy color: '#A67413'

red 166 ◦ green 116 ◦ blue 19

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

Shades of Golden Brown #A67413

Tints of Golden Brown #A67413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.54%

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

R = 55.15%
G = 38.54%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A67413 (or 0xA67413) is known color: Golden Brown. HEX triplet: A6, 74 and 13. RGB value is (166,116,19). Sum of RGB (Red+Green+Blue) = 166+116+19=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A67413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67413 is #598BEC. Grayscale: #787878. Windows color (decimal): -5868525 or 1275046. OLE color: 1275046.

HSL color Cylindrical-coordinate representation of color #A67413: hue angle of 39.59º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A67413 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 19 -
CMYK 0 0.30 0.89 0.35
HSL 39.59º 0.79% 0.36% -
HSV(B) 39.59º 0.89% 0.65% -
XYZ 22.09 20.64 3.44 -
YUV 119.89 71.07 160.89 -
System Red Green Blue C M Y K H S L
Decimal 166 116 19 0 0.30 0.89 0.35 39.59 0.79 0.36
Hex A6 74 13 0 1E 59 23 28 4F 24
Octal 246 164 23 0 36 131 43 50 117 44
Binary 10100110 1110100 10011 0 11110 1011001 100011 101000 1001111 100100

Color Harmonies of #A67413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67413

Black with #A67413

Text Example


Text Example

White with #A67413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67413; }

 p { color: rgb(166,116,19); }

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

background-color css

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

 a { background-color: rgb(166,116,19); }

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

border-color css

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

 span { border-color: rgb(166,116,19); }

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