Html Css Color HEX #AFA21D Lucky

📋 copy color: '#AFA21D'

red 175 ◦ green 162 ◦ blue 29

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

Shades of Lucky #AFA21D

Tints of Lucky #AFA21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.26%

 BLUE value IS 29 (11.72% from 255) = 7.92%

R = 47.81%
G = 44.26%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AFA21D (or 0xAFA21D) is known color: Lucky. HEX triplet: AF, A2 and 1D. RGB value is (175,162,29). Sum of RGB (Red+Green+Blue) = 175+162+29=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 29 (11.72% from 255 or 7.92% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA21D is #505DE2. Grayscale: #979797. Windows color (decimal): -5266915 or 1942191. OLE color: 1942191.

HSL color Cylindrical-coordinate representation of color #AFA21D: hue angle of 54.66º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFA21D is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 29 -
CMYK 0 0.07 0.83 0.31
HSL 54.66º 0.72% 0.4% -
HSV(B) 54.66º 0.83% 0.69% -
XYZ 30.82 35.04 6.3 -
YUV 150.73 59.31 145.31 -
System Red Green Blue C M Y K H S L
Decimal 175 162 29 0 0.07 0.83 0.31 54.66 0.72 0.4
Hex AF A2 1D 0 7 53 1F 37 48 28
Octal 257 242 35 0 7 123 37 67 110 50
Binary 10101111 10100010 11101 0 111 1010011 11111 110111 1001000 101000

Color Harmonies of #AFA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA21D

Black with #AFA21D

Text Example


Text Example

White with #AFA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA21D; }

 p { color: rgb(175,162,29); }

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

background-color css

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

 a { background-color: rgb(175,162,29); }

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

border-color css

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

 span { border-color: rgb(175,162,29); }

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