Html Css Color HEX #A25B21 Rich Gold

📋 copy color: '#A25B21'

red 162 ◦ green 91 ◦ blue 33

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

Shades of Rich Gold #A25B21

Tints of Rich Gold #A25B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 56.64%
G = 31.82%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A25B21 (or 0xA25B21) is known color: Rich Gold. HEX triplet: A2, 5B and 21. RGB value is (162,91,33). Sum of RGB (Red+Green+Blue) = 162+91+33=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B21 is #5DA4DE. Grayscale: #696969. Windows color (decimal): -6137055 or 2186146. OLE color: 2186146.

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

Color convert

RGB 162 91 33 -
CMYK 0 0.44 0.80 0.36
HSL 26.98º 0.66% 0.38% -
HSV(B) 26.98º 0.8% 0.64% -
XYZ 18.92 15.27 3.39 -
YUV 105.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 162 91 33 0 0.44 0.80 0.36 26.98 0.66 0.38
Hex A2 5B 21 0 2C 50 24 1B 42 26
Octal 242 133 41 0 54 120 44 33 102 46
Binary 10100010 1011011 100001 0 101100 1010000 100100 11011 1000010 100110

Color Harmonies of #A25B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B21

Black with #A25B21

Text Example


Text Example

White with #A25B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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