Html Css Color HEX #AC961A Lucky

📋 copy color: '#AC961A'

red 172 ◦ green 150 ◦ blue 26

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

Shades of Lucky #AC961A

Tints of Lucky #AC961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.1%

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 49.43%
G = 43.1%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC961A (or 0xAC961A) is known color: Lucky. HEX triplet: AC, 96 and 1A. RGB value is (172,150,26). Sum of RGB (Red+Green+Blue) = 172+150+26=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC961A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC961A is #5369E5. Grayscale: #8E8E8E. Windows color (decimal): -5466598 or 1742508. OLE color: 1742508.

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

Color convert

RGB 172 150 26 -
CMYK 0 0.13 0.85 0.33
HSL 50.96º 0.74% 0.39% -
HSV(B) 50.96º 0.85% 0.67% -
XYZ 28.11 30.66 5.41 -
YUV 142.44 62.29 149.08 -
System Red Green Blue C M Y K H S L
Decimal 172 150 26 0 0.13 0.85 0.33 50.96 0.74 0.39
Hex AC 96 1A 0 D 55 21 33 4A 27
Octal 254 226 32 0 15 125 41 63 112 47
Binary 10101100 10010110 11010 0 1101 1010101 100001 110011 1001010 100111

Color Harmonies of #AC961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC961A

Black with #AC961A

Text Example


Text Example

White with #AC961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC961A; }

 p { color: rgb(172,150,26); }

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

background-color css

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

 a { background-color: rgb(172,150,26); }

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

border-color css

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

 span { border-color: rgb(172,150,26); }

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