Html Css Color HEX #AFA00B Lucky

📋 copy color: '#AFA00B'

red 175 ◦ green 160 ◦ blue 11

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

Shades of Lucky #AFA00B

Tints of Lucky #AFA00B

RGB

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

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

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

R = 50.58%
G = 46.24%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AFA00B (or 0xAFA00B) is known color: Lucky. HEX triplet: AF, A0 and 0B. RGB value is (175,160,11). Sum of RGB (Red+Green+Blue) = 175+160+11=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AFA00B is #505FF4. Grayscale: #949494. Windows color (decimal): -5267445 or 762031. OLE color: 762031.

HSL color Cylindrical-coordinate representation of color #AFA00B: hue angle of 54.51º 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 #AFA00B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 160 11 -
CMYK 0 0.09 0.94 0.31
HSL 54.51º 0.88% 0.36% -
HSV(B) 54.51º 0.94% 0.69% -
XYZ 30.31 34.28 5.34 -
YUV 147.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 175 160 11 0 0.09 0.94 0.31 54.51 0.88 0.36
Hex AF A0 B 0 9 5E 1F 37 58 24
Octal 257 240 13 0 11 136 37 67 130 44
Binary 10101111 10100000 1011 0 1001 1011110 11111 110111 1011000 100100

Color Harmonies of #AFA00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA00B

Black with #AFA00B

Text Example


Text Example

White with #AFA00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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