Html Css Color HEX #A85014 Rich Gold

📋 copy color: '#A85014'

red 168 ◦ green 80 ◦ blue 20

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

Shades of Rich Gold #A85014

Tints of Rich Gold #A85014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

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

R = 62.69%
G = 29.85%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A85014 (or 0xA85014) is known color: Rich Gold. HEX triplet: A8, 50 and 14. RGB value is (168,80,20). Sum of RGB (Red+Green+Blue) = 168+80+20=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A85014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85014 is #57AFEB. Grayscale: #636363. Windows color (decimal): -5746668 or 1331368. OLE color: 1331368.

HSL color Cylindrical-coordinate representation of color #A85014: hue angle of 24.32º 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 #A85014 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 20 -
CMYK 0 0.52 0.88 0.34
HSL 24.32º 0.79% 0.37% -
HSV(B) 24.32º 0.88% 0.66% -
XYZ 19.14 14.11 2.38 -
YUV 99.47 83.15 176.88 -
System Red Green Blue C M Y K H S L
Decimal 168 80 20 0 0.52 0.88 0.34 24.32 0.79 0.37
Hex A8 50 14 0 34 58 22 18 4F 25
Octal 250 120 24 0 64 130 42 30 117 45
Binary 10101000 1010000 10100 0 110100 1011000 100010 11000 1001111 100101

Color Harmonies of #A85014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85014

Black with #A85014

Text Example


Text Example

White with #A85014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85014; }

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

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

background-color css

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

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

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

border-color css

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

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

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