Html Css Color HEX #AFA31B Lucky

📋 copy color: '#AFA31B'

red 175 ◦ green 163 ◦ blue 27

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

Shades of Lucky #AFA31B

Tints of Lucky #AFA31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.4%

R = 47.95%
G = 44.66%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AFA31B (or 0xAFA31B) is known color: Lucky. HEX triplet: AF, A3 and 1B. RGB value is (175,163,27). Sum of RGB (Red+Green+Blue) = 175+163+27=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA31B is #505CE4. Grayscale: #979797. Windows color (decimal): -5266661 or 1811375. OLE color: 1811375.

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

Color convert

RGB 175 163 27 -
CMYK 0 0.07 0.85 0.31
HSL 55.14º 0.73% 0.4% -
HSV(B) 55.14º 0.85% 0.69% -
XYZ 30.97 35.39 6.23 -
YUV 151.08 57.98 145.06 -
System Red Green Blue C M Y K H S L
Decimal 175 163 27 0 0.07 0.85 0.31 55.14 0.73 0.4
Hex AF A3 1B 0 7 55 1F 37 49 28
Octal 257 243 33 0 7 125 37 67 111 50
Binary 10101111 10100011 11011 0 111 1010101 11111 110111 1001001 101000

Color Harmonies of #AFA31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA31B

Black with #AFA31B

Text Example


Text Example

White with #AFA31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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