Html Css Color HEX #A25226 Rich Gold

📋 copy color: '#A25226'

red 162 ◦ green 82 ◦ blue 38

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

Shades of Rich Gold #A25226

Tints of Rich Gold #A25226

RGB

 RED value IS 162 (63.67% from 255) = 57.45%

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

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

R = 57.45%
G = 29.08%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A25226 (or 0xA25226) is known color: Rich Gold. HEX triplet: A2, 52 and 26. RGB value is (162,82,38). Sum of RGB (Red+Green+Blue) = 162+82+38=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A25226 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25226 is #5DADD9. Grayscale: #656565. Windows color (decimal): -6139354 or 2511522. OLE color: 2511522.

HSL color Cylindrical-coordinate representation of color #A25226: hue angle of 21.29º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A25226 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 82 38 -
CMYK 0 0.49 0.77 0.36
HSL 21.29º 0.62% 0.39% -
HSV(B) 21.29º 0.77% 0.64% -
XYZ 18.27 13.86 3.55 -
YUV 100.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 162 82 38 0 0.49 0.77 0.36 21.29 0.62 0.39
Hex A2 52 26 0 31 4D 24 15 3E 27
Octal 242 122 46 0 61 115 44 25 76 47
Binary 10100010 1010010 100110 0 110001 1001101 100100 10101 111110 100111

Color Harmonies of #A25226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25226

Black with #A25226

Text Example


Text Example

White with #A25226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25226; }

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

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

background-color css

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

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

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

border-color css

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

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

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