Html Css Color HEX #A25B22 Rich Gold

📋 copy color: '#A25B22'

red 162 ◦ green 91 ◦ blue 34

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

Shades of Rich Gold #A25B22

Tints of Rich Gold #A25B22

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

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

R = 56.45%
G = 31.71%
B = 11.85%

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

#A25B22 (or 0xA25B22) is known color: Rich Gold. HEX triplet: A2, 5B and 22. RGB value is (162,91,34). Sum of RGB (Red+Green+Blue) = 162+91+34=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B22 is #5DA4DD. Grayscale: #6A6A6A. Windows color (decimal): -6137054 or 2251682. OLE color: 2251682.

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

Color convert

RGB 162 91 34 -
CMYK 0 0.44 0.79 0.36
HSL 26.72º 0.65% 0.38% -
HSV(B) 26.72º 0.79% 0.64% -
XYZ 18.93 15.28 3.46 -
YUV 105.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 162 91 34 0 0.44 0.79 0.36 26.72 0.65 0.38
Hex A2 5B 22 0 2C 4F 24 1B 41 26
Octal 242 133 42 0 54 117 44 33 101 46
Binary 10100010 1011011 100010 0 101100 1001111 100100 11011 1000001 100110

Color Harmonies of #A25B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B22

Black with #A25B22

Text Example


Text Example

White with #A25B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B22; }

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

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

background-color css

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

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

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

border-color css

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

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

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