Html Css Color HEX #A25823 Rich Gold

📋 copy color: '#A25823'

red 162 ◦ green 88 ◦ blue 35

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

Shades of Rich Gold #A25823

Tints of Rich Gold #A25823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 35 (14.06% from 255) = 12.28%

R = 56.84%
G = 30.88%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A25823 (or 0xA25823) is known color: Rich Gold. HEX triplet: A2, 58 and 23. RGB value is (162,88,35). Sum of RGB (Red+Green+Blue) = 162+88+35=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A25823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25823 is #5DA7DC. Grayscale: #686868. Windows color (decimal): -6137821 or 2316450. OLE color: 2316450.

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

Color convert

RGB 162 88 35 -
CMYK 0 0.46 0.78 0.36
HSL 25.04º 0.64% 0.39% -
HSV(B) 25.04º 0.78% 0.64% -
XYZ 18.69 14.78 3.46 -
YUV 104.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 162 88 35 0 0.46 0.78 0.36 25.04 0.64 0.39
Hex A2 58 23 0 2E 4E 24 19 40 27
Octal 242 130 43 0 56 116 44 31 100 47
Binary 10100010 1011000 100011 0 101110 1001110 100100 11001 1000000 100111

Color Harmonies of #A25823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25823

Black with #A25823

Text Example


Text Example

White with #A25823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25823; }

 p { color: rgb(162,88,35); }

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

background-color css

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

 a { background-color: rgb(162,88,35); }

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

border-color css

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

 span { border-color: rgb(162,88,35); }

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