Html Css Color HEX #A85926 Rich Gold

📋 copy color: '#A85926'

red 168 ◦ green 89 ◦ blue 38

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

Shades of Rich Gold #A85926

Tints of Rich Gold #A85926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 56.95%
G = 30.17%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A85926 (or 0xA85926) is known color: Rich Gold. HEX triplet: A8, 59 and 26. RGB value is (168,89,38). Sum of RGB (Red+Green+Blue) = 168+89+38=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A85926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85926 is #57A6D9. Grayscale: #6B6B6B. Windows color (decimal): -5744346 or 2513320. OLE color: 2513320.

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

Color convert

RGB 168 89 38 -
CMYK 0 0.47 0.77 0.34
HSL 23.54º 0.63% 0.4% -
HSV(B) 23.54º 0.77% 0.66% -
XYZ 20.07 15.61 3.79 -
YUV 106.81 89.17 171.65 -
System Red Green Blue C M Y K H S L
Decimal 168 89 38 0 0.47 0.77 0.34 23.54 0.63 0.4
Hex A8 59 26 0 2F 4D 22 18 3F 28
Octal 250 131 46 0 57 115 42 30 77 50
Binary 10101000 1011001 100110 0 101111 1001101 100010 11000 111111 101000

Color Harmonies of #A85926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85926

Black with #A85926

Text Example


Text Example

White with #A85926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85926; }

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

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

background-color css

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

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

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

border-color css

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

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

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