Html Css Color HEX #A87214 Golden Brown

📋 copy color: '#A87214'

red 168 ◦ green 114 ◦ blue 20

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

Shades of Golden Brown #A87214

Tints of Golden Brown #A87214

RGB

 RED value IS 168 (66.02% from 255) = 55.63%

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 55.63%
G = 37.75%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A87214 (or 0xA87214) is known color: Golden Brown. HEX triplet: A8, 72 and 14. RGB value is (168,114,20). Sum of RGB (Red+Green+Blue) = 168+114+20=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A87214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A87214 is #578DEB. Grayscale: #777777. Windows color (decimal): -5737964 or 1340072. OLE color: 1340072.

HSL color Cylindrical-coordinate representation of color #A87214: hue angle of 38.11º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A87214 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 114 20 -
CMYK 0 0.32 0.88 0.34
HSL 38.11º 0.79% 0.37% -
HSV(B) 38.11º 0.88% 0.66% -
XYZ 22.29 20.41 3.43 -
YUV 119.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 168 114 20 0 0.32 0.88 0.34 38.11 0.79 0.37
Hex A8 72 14 0 20 58 22 26 4F 25
Octal 250 162 24 0 40 130 42 46 117 45
Binary 10101000 1110010 10100 0 100000 1011000 100010 100110 1001111 100101

Color Harmonies of #A87214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87214

Black with #A87214

Text Example


Text Example

White with #A87214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87214; }

 p { color: rgb(168,114,20); }

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

background-color css

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

 a { background-color: rgb(168,114,20); }

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

border-color css

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

 span { border-color: rgb(168,114,20); }

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