Html Css Color HEX #A25A23 Rich Gold

📋 copy color: '#A25A23'

red 162 ◦ green 90 ◦ blue 35

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

Shades of Rich Gold #A25A23

Tints of Rich Gold #A25A23

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.36%

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

R = 56.45%
G = 31.36%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A25A23 (or 0xA25A23) is known color: Rich Gold. HEX triplet: A2, 5A and 23. RGB value is (162,90,35). Sum of RGB (Red+Green+Blue) = 162+90+35=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A23 is #5DA5DC. Grayscale: #696969. Windows color (decimal): -6137309 or 2316962. OLE color: 2316962.

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

Color convert

RGB 162 90 35 -
CMYK 0 0.44 0.78 0.36
HSL 25.98º 0.64% 0.39% -
HSV(B) 25.98º 0.78% 0.64% -
XYZ 18.86 15.12 3.51 -
YUV 105.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 162 90 35 0 0.44 0.78 0.36 25.98 0.64 0.39
Hex A2 5A 23 0 2C 4E 24 1A 40 27
Octal 242 132 43 0 54 116 44 32 100 47
Binary 10100010 1011010 100011 0 101100 1001110 100100 11010 1000000 100111

Color Harmonies of #A25A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A23

Black with #A25A23

Text Example


Text Example

White with #A25A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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