Html Css Color HEX #A07214 Golden Brown

📋 copy color: '#A07214'

red 160 ◦ green 114 ◦ blue 20

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

Shades of Golden Brown #A07214

Tints of Golden Brown #A07214

RGB

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

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

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

R = 54.42%
G = 38.78%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A07214 (or 0xA07214) is known color: Golden Brown. HEX triplet: A0, 72 and 14. RGB value is (160,114,20). Sum of RGB (Red+Green+Blue) = 160+114+20=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A07214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07214 is #5F8DEB. Grayscale: #757575. Windows color (decimal): -6262252 or 1340064. OLE color: 1340064.

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

Color convert

RGB 160 114 20 -
CMYK 0 0.29 0.88 0.37
HSL 40.29º 0.78% 0.35% -
HSV(B) 40.29º 0.88% 0.63% -
XYZ 20.64 19.56 3.35 -
YUV 117.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 160 114 20 0 0.29 0.88 0.37 40.29 0.78 0.35
Hex A0 72 14 0 1D 58 25 28 4E 23
Octal 240 162 24 0 35 130 45 50 116 43
Binary 10100000 1110010 10100 0 11101 1011000 100101 101000 1001110 100011

Color Harmonies of #A07214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07214

Black with #A07214

Text Example


Text Example

White with #A07214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07214; }

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

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

background-color css

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

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

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

border-color css

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

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

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