Html Css Color HEX #AFA302 Lucky

📋 copy color: '#AFA302'

red 175 ◦ green 163 ◦ blue 2

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

Shades of Lucky #AFA302

Tints of Lucky #AFA302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 47.94%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 51.47%
G = 47.94%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AFA302 (or 0xAFA302) is known color: Lucky. HEX triplet: AF, A3 and 02. RGB value is (175,163,2). Sum of RGB (Red+Green+Blue) = 175+163+2=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA302 is #505CFD. Grayscale: #949494. Windows color (decimal): -5266686 or 172975. OLE color: 172975.

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

Color convert

RGB 175 163 2 -
CMYK 0 0.07 0.99 0.31
HSL 55.84º 0.98% 0.35% -
HSV(B) 55.84º 0.99% 0.69% -
XYZ 30.79 35.31 5.25 -
YUV 148.23 45.48 147.09 -
System Red Green Blue C M Y K H S L
Decimal 175 163 2 0 0.07 0.99 0.31 55.84 0.98 0.35
Hex AF A3 2 0 7 63 1F 38 62 23
Octal 257 243 2 0 7 143 37 70 142 43
Binary 10101111 10100011 10 0 111 1100011 11111 111000 1100010 100011

Color Harmonies of #AFA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA302

Black with #AFA302

Text Example


Text Example

White with #AFA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA302; }

 p { color: rgb(175,163,2); }

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

background-color css

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

 a { background-color: rgb(175,163,2); }

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

border-color css

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

 span { border-color: rgb(175,163,2); }

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