Html Css Color HEX #AFA024 Lucky

📋 copy color: '#AFA024'

red 175 ◦ green 160 ◦ blue 36

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

Shades of Lucky #AFA024

Tints of Lucky #AFA024

RGB

 RED value IS 175 (68.75% from 255) = 47.17%

 GREEN value IS 160 (62.89% from 255) = 43.13%

 BLUE value IS 36 (14.45% from 255) = 9.7%

R = 47.17%
G = 43.13%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AFA024 (or 0xAFA024) is known color: Lucky. HEX triplet: AF, A0 and 24. RGB value is (175,160,36). Sum of RGB (Red+Green+Blue) = 175+160+36=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 36 (14.45% from 255 or 9.70% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA024 is #505FDB. Grayscale: #969696. Windows color (decimal): -5267420 or 2400431. OLE color: 2400431.

HSL color Cylindrical-coordinate representation of color #AFA024: hue angle of 53.53º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFA024 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 36 -
CMYK 0 0.09 0.79 0.31
HSL 53.53º 0.66% 0.41% -
HSV(B) 53.53º 0.79% 0.69% -
XYZ 30.57 34.38 6.69 -
YUV 150.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 175 160 36 0 0.09 0.79 0.31 53.53 0.66 0.41
Hex AF A0 24 0 9 4F 1F 36 42 29
Octal 257 240 44 0 11 117 37 66 102 51
Binary 10101111 10100000 100100 0 1001 1001111 11111 110110 1000010 101001

Color Harmonies of #AFA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA024

Black with #AFA024

Text Example


Text Example

White with #AFA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA024; }

 p { color: rgb(175,160,36); }

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

background-color css

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

 a { background-color: rgb(175,160,36); }

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

border-color css

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

 span { border-color: rgb(175,160,36); }

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