Html Css Color HEX #A85026 Rich Gold

📋 copy color: '#A85026'

red 168 ◦ green 80 ◦ blue 38

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

Shades of Rich Gold #A85026

Tints of Rich Gold #A85026

RGB

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

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

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

R = 58.74%
G = 27.97%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A85026 (or 0xA85026) is known color: Rich Gold. HEX triplet: A8, 50 and 26. RGB value is (168,80,38). Sum of RGB (Red+Green+Blue) = 168+80+38=286 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.74% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 168 - color contains mainly: red. Hex color #A85026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85026 is #57AFD9. Grayscale: #656565. Windows color (decimal): -5746650 or 2511016. OLE color: 2511016.

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

Color convert

RGB 168 80 38 -
CMYK 0 0.52 0.77 0.34
HSL 19.38º 0.63% 0.4% -
HSV(B) 19.38º 0.77% 0.66% -
XYZ 19.37 14.2 3.55 -
YUV 101.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 168 80 38 0 0.52 0.77 0.34 19.38 0.63 0.4
Hex A8 50 26 0 34 4D 22 13 3F 28
Octal 250 120 46 0 64 115 42 23 77 50
Binary 10101000 1010000 100110 0 110100 1001101 100010 10011 111111 101000

Color Harmonies of #A85026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85026

Black with #A85026

Text Example


Text Example

White with #A85026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85026; }

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

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

background-color css

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

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

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

border-color css

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

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

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