Html Css Color HEX #A25726 Rich Gold

📋 copy color: '#A25726'

red 162 ◦ green 87 ◦ blue 38

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

Shades of Rich Gold #A25726

Tints of Rich Gold #A25726

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

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

R = 56.45%
G = 30.31%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A25726 (or 0xA25726) is known color: Rich Gold. HEX triplet: A2, 57 and 26. RGB value is (162,87,38). Sum of RGB (Red+Green+Blue) = 162+87+38=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A25726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25726 is #5DA8D9. Grayscale: #686868. Windows color (decimal): -6138074 or 2512802. OLE color: 2512802.

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

Color convert

RGB 162 87 38 -
CMYK 0 0.46 0.77 0.36
HSL 23.71º 0.62% 0.39% -
HSV(B) 23.71º 0.77% 0.64% -
XYZ 18.66 14.64 3.68 -
YUV 103.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 162 87 38 0 0.46 0.77 0.36 23.71 0.62 0.39
Hex A2 57 26 0 2E 4D 24 18 3E 27
Octal 242 127 46 0 56 115 44 30 76 47
Binary 10100010 1010111 100110 0 101110 1001101 100100 11000 111110 100111

Color Harmonies of #A25726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25726

Black with #A25726

Text Example


Text Example

White with #A25726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25726; }

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

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

background-color css

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

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

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

border-color css

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

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

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