Html Css Color HEX #A85226 Rich Gold

📋 copy color: '#A85226'

red 168 ◦ green 82 ◦ blue 38

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

Shades of Rich Gold #A85226

Tints of Rich Gold #A85226

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.47%

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

R = 58.33%
G = 28.47%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#A85226 (or 0xA85226) is known color: Rich Gold. HEX triplet: A8, 52 and 26. RGB value is (168,82,38). Sum of RGB (Red+Green+Blue) = 168+82+38=288 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.33% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 168 - color contains mainly: red. Hex color #A85226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85226 is #57ADD9. Grayscale: #666666. Windows color (decimal): -5746138 or 2511528. OLE color: 2511528.

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

Color convert

RGB 168 82 38 -
CMYK 0 0.51 0.77 0.34
HSL 20.31º 0.63% 0.4% -
HSV(B) 20.31º 0.77% 0.66% -
XYZ 19.52 14.5 3.6 -
YUV 102.7 91.49 174.58 -
System Red Green Blue C M Y K H S L
Decimal 168 82 38 0 0.51 0.77 0.34 20.31 0.63 0.4
Hex A8 52 26 0 33 4D 22 14 3F 28
Octal 250 122 46 0 63 115 42 24 77 50
Binary 10101000 1010010 100110 0 110011 1001101 100010 10100 111111 101000

Color Harmonies of #A85226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85226

Black with #A85226

Text Example


Text Example

White with #A85226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85226; }

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

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

background-color css

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

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

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

border-color css

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

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

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