Html Css Color HEX #A85316 Rich Gold

📋 copy color: '#A85316'

red 168 ◦ green 83 ◦ blue 22

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

Shades of Rich Gold #A85316

Tints of Rich Gold #A85316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 61.54%
G = 30.4%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A85316 (or 0xA85316) is known color: Rich Gold. HEX triplet: A8, 53 and 16. RGB value is (168,83,22). Sum of RGB (Red+Green+Blue) = 168+83+22=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A85316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85316 is #57ACE9. Grayscale: #656565. Windows color (decimal): -5745898 or 1463208. OLE color: 1463208.

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

Color convert

RGB 168 83 22 -
CMYK 0 0.51 0.87 0.34
HSL 25.07º 0.77% 0.37% -
HSV(B) 25.07º 0.87% 0.66% -
XYZ 19.39 14.57 2.55 -
YUV 101.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 168 83 22 0 0.51 0.87 0.34 25.07 0.77 0.37
Hex A8 53 16 0 33 57 22 19 4D 25
Octal 250 123 26 0 63 127 42 31 115 45
Binary 10101000 1010011 10110 0 110011 1010111 100010 11001 1001101 100101

Color Harmonies of #A85316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85316

Black with #A85316

Text Example


Text Example

White with #A85316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85316; }

 p { color: rgb(168,83,22); }

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

background-color css

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

 a { background-color: rgb(168,83,22); }

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

border-color css

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

 span { border-color: rgb(168,83,22); }

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