Html Css Color HEX #A67314 Golden Brown

📋 copy color: '#A67314'

red 166 ◦ green 115 ◦ blue 20

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

Shades of Golden Brown #A67314

Tints of Golden Brown #A67314

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 55.15%
G = 38.21%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A67314 (or 0xA67314) is known color: Golden Brown. HEX triplet: A6, 73 and 14. RGB value is (166,115,20). Sum of RGB (Red+Green+Blue) = 166+115+20=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A67314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67314 is #598CEB. Grayscale: #777777. Windows color (decimal): -5868780 or 1340326. OLE color: 1340326.

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

Color convert

RGB 166 115 20 -
CMYK 0 0.31 0.88 0.35
HSL 39.04º 0.78% 0.36% -
HSV(B) 39.04º 0.88% 0.65% -
XYZ 21.98 20.42 3.44 -
YUV 119.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 166 115 20 0 0.31 0.88 0.35 39.04 0.78 0.36
Hex A6 73 14 0 1F 58 23 27 4E 24
Octal 246 163 24 0 37 130 43 47 116 44
Binary 10100110 1110011 10100 0 11111 1011000 100011 100111 1001110 100100

Color Harmonies of #A67314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67314

Black with #A67314

Text Example


Text Example

White with #A67314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67314; }

 p { color: rgb(166,115,20); }

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

background-color css

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

 a { background-color: rgb(166,115,20); }

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

border-color css

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

 span { border-color: rgb(166,115,20); }

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