Html Css Color HEX #A85426 Rich Gold

📋 copy color: '#A85426'

red 168 ◦ green 84 ◦ blue 38

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

Shades of Rich Gold #A85426

Tints of Rich Gold #A85426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

 BLUE value IS 38 (15.23% from 255) = 13.1%

R = 57.93%
G = 28.97%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A85426 (or 0xA85426) is known color: Rich Gold. HEX triplet: A8, 54 and 26. RGB value is (168,84,38). Sum of RGB (Red+Green+Blue) = 168+84+38=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A85426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85426 is #57ABD9. Grayscale: #686868. Windows color (decimal): -5745626 or 2512040. OLE color: 2512040.

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

Color convert

RGB 168 84 38 -
CMYK 0 0.5 0.77 0.34
HSL 21.23º 0.63% 0.4% -
HSV(B) 21.23º 0.77% 0.66% -
XYZ 19.67 14.81 3.65 -
YUV 103.87 90.83 173.74 -
System Red Green Blue C M Y K H S L
Decimal 168 84 38 0 0.5 0.77 0.34 21.23 0.63 0.4
Hex A8 54 26 0 32 4D 22 15 3F 28
Octal 250 124 46 0 62 115 42 25 77 50
Binary 10101000 1010100 100110 0 110010 1001101 100010 10101 111111 101000

Color Harmonies of #A85426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85426

Black with #A85426

Text Example


Text Example

White with #A85426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85426; }

 p { color: rgb(168,84,38); }

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

background-color css

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

 a { background-color: rgb(168,84,38); }

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

border-color css

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

 span { border-color: rgb(168,84,38); }

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