Html Css Color HEX #A85315 Rich Gold

📋 copy color: '#A85315'

red 168 ◦ green 83 ◦ blue 21

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

Shades of Rich Gold #A85315

Tints of Rich Gold #A85315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 61.76%
G = 30.51%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A85315 (or 0xA85315) is known color: Rich Gold. HEX triplet: A8, 53 and 15. RGB value is (168,83,21). Sum of RGB (Red+Green+Blue) = 168+83+21=272 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.76% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 168 - color contains mainly: red. Hex color #A85315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85315 is #57ACEA. Grayscale: #656565. Windows color (decimal): -5745899 or 1397672. OLE color: 1397672.

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

Color convert

RGB 168 83 21 -
CMYK 0 0.51 0.88 0.34
HSL 25.31º 0.78% 0.37% -
HSV(B) 25.31º 0.88% 0.66% -
XYZ 19.38 14.57 2.5 -
YUV 101.35 82.66 175.54 -
System Red Green Blue C M Y K H S L
Decimal 168 83 21 0 0.51 0.88 0.34 25.31 0.78 0.37
Hex A8 53 15 0 33 58 22 19 4E 25
Octal 250 123 25 0 63 130 42 31 116 45
Binary 10101000 1010011 10101 0 110011 1011000 100010 11001 1001110 100101

Color Harmonies of #A85315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85315

Black with #A85315

Text Example


Text Example

White with #A85315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85315; }

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

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

background-color css

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

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

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

border-color css

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

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

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