Html Css Color HEX #AB9225 Lucky

📋 copy color: '#AB9225'

red 171 ◦ green 146 ◦ blue 37

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

Shades of Lucky #AB9225

Tints of Lucky #AB9225

RGB

 RED value IS 171 (67.19% from 255) = 48.31%

 GREEN value IS 146 (57.42% from 255) = 41.24%

 BLUE value IS 37 (14.84% from 255) = 10.45%

R = 48.31%
G = 41.24%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB9225 (or 0xAB9225) is known color: Lucky. HEX triplet: AB, 92 and 25. RGB value is (171,146,37). Sum of RGB (Red+Green+Blue) = 171+146+37=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9225 is #546DDA. Grayscale: #8D8D8D. Windows color (decimal): -5533147 or 2462379. OLE color: 2462379.

HSL color Cylindrical-coordinate representation of color #AB9225: hue angle of 48.81º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB9225 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 146 37 -
CMYK 0 0.15 0.78 0.33
HSL 48.81º 0.64% 0.41% -
HSV(B) 48.81º 0.78% 0.67% -
XYZ 27.41 29.35 5.97 -
YUV 141.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 171 146 37 0 0.15 0.78 0.33 48.81 0.64 0.41
Hex AB 92 25 0 F 4E 21 31 40 29
Octal 253 222 45 0 17 116 41 61 100 51
Binary 10101011 10010010 100101 0 1111 1001110 100001 110001 1000000 101001

Color Harmonies of #AB9225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9225

Black with #AB9225

Text Example


Text Example

White with #AB9225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9225; }

 p { color: rgb(171,146,37); }

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

background-color css

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

 a { background-color: rgb(171,146,37); }

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

border-color css

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

 span { border-color: rgb(171,146,37); }

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