Html Css Color HEX #AFA50B Lucky

📋 copy color: '#AFA50B'

red 175 ◦ green 165 ◦ blue 11

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

Shades of Lucky #AFA50B

Tints of Lucky #AFA50B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

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

R = 49.86%
G = 47.01%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFA50B (or 0xAFA50B) is known color: Lucky. HEX triplet: AF, A5 and 0B. RGB value is (175,165,11). Sum of RGB (Red+Green+Blue) = 175+165+11=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA50B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA50B is #505AF4. Grayscale: #979797. Windows color (decimal): -5266165 or 763311. OLE color: 763311.

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

Color convert

RGB 175 165 11 -
CMYK 0 0.06 0.94 0.31
HSL 56.34º 0.88% 0.36% -
HSV(B) 56.34º 0.94% 0.69% -
XYZ 31.19 36.05 5.63 -
YUV 150.43 49.31 145.52 -
System Red Green Blue C M Y K H S L
Decimal 175 165 11 0 0.06 0.94 0.31 56.34 0.88 0.36
Hex AF A5 B 0 6 5E 1F 38 58 24
Octal 257 245 13 0 6 136 37 70 130 44
Binary 10101111 10100101 1011 0 110 1011110 11111 111000 1011000 100100

Color Harmonies of #AFA50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA50B

Black with #AFA50B

Text Example


Text Example

White with #AFA50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA50B; }

 p { color: rgb(175,165,11); }

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

background-color css

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

 a { background-color: rgb(175,165,11); }

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

border-color css

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

 span { border-color: rgb(175,165,11); }

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