Html Css Color HEX #AC991B Lucky

📋 copy color: '#AC991B'

red 172 ◦ green 153 ◦ blue 27

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

Shades of Lucky #AC991B

Tints of Lucky #AC991B

RGB

 RED value IS 172 (67.58% from 255) = 48.86%

 GREEN value IS 153 (60.16% from 255) = 43.47%

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 48.86%
G = 43.47%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC991B (or 0xAC991B) is known color: Lucky. HEX triplet: AC, 99 and 1B. RGB value is (172,153,27). Sum of RGB (Red+Green+Blue) = 172+153+27=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC991B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC991B is #5366E4. Grayscale: #909090. Windows color (decimal): -5465829 or 1808812. OLE color: 1808812.

HSL color Cylindrical-coordinate representation of color #AC991B: hue angle of 52.14º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC991B is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 27 -
CMYK 0 0.11 0.84 0.33
HSL 52.14º 0.73% 0.39% -
HSV(B) 52.14º 0.84% 0.67% -
XYZ 28.6 31.63 5.64 -
YUV 144.32 61.79 147.75 -
System Red Green Blue C M Y K H S L
Decimal 172 153 27 0 0.11 0.84 0.33 52.14 0.73 0.39
Hex AC 99 1B 0 B 54 21 34 49 27
Octal 254 231 33 0 13 124 41 64 111 47
Binary 10101100 10011001 11011 0 1011 1010100 100001 110100 1001001 100111

Color Harmonies of #AC991B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC991B

Black with #AC991B

Text Example


Text Example

White with #AC991B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC991B; }

 p { color: rgb(172,153,27); }

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

background-color css

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

 a { background-color: rgb(172,153,27); }

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

border-color css

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

 span { border-color: rgb(172,153,27); }

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