Html Css Color HEX #A25A22 Rich Gold

📋 copy color: '#A25A22'

red 162 ◦ green 90 ◦ blue 34

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

Shades of Rich Gold #A25A22

Tints of Rich Gold #A25A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.89%

R = 56.64%
G = 31.47%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A25A22 (or 0xA25A22) is known color: Rich Gold. HEX triplet: A2, 5A and 22. RGB value is (162,90,34). Sum of RGB (Red+Green+Blue) = 162+90+34=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25A22 is #5DA5DD. Grayscale: #696969. Windows color (decimal): -6137310 or 2251426. OLE color: 2251426.

HSL color Cylindrical-coordinate representation of color #A25A22: hue angle of 26.25º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A25A22 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 90 34 -
CMYK 0 0.44 0.79 0.36
HSL 26.25º 0.65% 0.38% -
HSV(B) 26.25º 0.79% 0.64% -
XYZ 18.85 15.11 3.44 -
YUV 105.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 162 90 34 0 0.44 0.79 0.36 26.25 0.65 0.38
Hex A2 5A 22 0 2C 4F 24 1A 41 26
Octal 242 132 42 0 54 117 44 32 101 46
Binary 10100010 1011010 100010 0 101100 1001111 100100 11010 1000001 100110

Color Harmonies of #A25A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25A22

Black with #A25A22

Text Example


Text Example

White with #A25A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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