Html Css Color HEX #AC920B Lucky

📋 copy color: '#AC920B'

red 172 ◦ green 146 ◦ blue 11

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

Shades of Lucky #AC920B

Tints of Lucky #AC920B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 52.28%
G = 44.38%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC920B (or 0xAC920B) is known color: Lucky. HEX triplet: AC, 92 and 0B. RGB value is (172,146,11). Sum of RGB (Red+Green+Blue) = 172+146+11=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AC920B is #536DF4. Grayscale: #8A8A8A. Windows color (decimal): -5467637 or 758444. OLE color: 758444.

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

Color convert

RGB 172 146 11 -
CMYK 0 0.15 0.94 0.33
HSL 50.31º 0.88% 0.36% -
HSV(B) 50.31º 0.94% 0.67% -
XYZ 27.35 29.35 4.54 -
YUV 138.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 172 146 11 0 0.15 0.94 0.33 50.31 0.88 0.36
Hex AC 92 B 0 F 5E 21 32 58 24
Octal 254 222 13 0 17 136 41 62 130 44
Binary 10101100 10010010 1011 0 1111 1011110 100001 110010 1011000 100100

Color Harmonies of #AC920B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC920B

Black with #AC920B

Text Example


Text Example

White with #AC920B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC920B; }

 p { color: rgb(172,146,11); }

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

background-color css

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

 a { background-color: rgb(172,146,11); }

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

border-color css

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

 span { border-color: rgb(172,146,11); }

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