Html Css Color HEX #AF9B01 Lucky

📋 copy color: '#AF9B01'

red 175 ◦ green 155 ◦ blue 1

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

Shades of Lucky #AF9B01

Tints of Lucky #AF9B01

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.83%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 52.87%
G = 46.83%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF9B01 (or 0xAF9B01) is known color: Lucky. HEX triplet: AF, 9B and 01. RGB value is (175,155,1). Sum of RGB (Red+Green+Blue) = 175+155+1=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9B01 is #5064FE. Grayscale: #909090. Windows color (decimal): -5268735 or 105391. OLE color: 105391.

HSL color Cylindrical-coordinate representation of color #AF9B01: hue angle of 53.1º degrees, saturation: 0.99, 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 #AF9B01 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 155 1 -
CMYK 0 0.11 0.99 0.31
HSL 53.1º 0.99% 0.35% -
HSV(B) 53.1º 0.99% 0.69% -
XYZ 29.41 32.56 4.76 -
YUV 143.42 47.63 150.52 -
System Red Green Blue C M Y K H S L
Decimal 175 155 1 0 0.11 0.99 0.31 53.1 0.99 0.35
Hex AF 9B 1 0 B 63 1F 35 63 23
Octal 257 233 1 0 13 143 37 65 143 43
Binary 10101111 10011011 1 0 1011 1100011 11111 110101 1100011 100011

Color Harmonies of #AF9B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9B01

Black with #AF9B01

Text Example


Text Example

White with #AF9B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9B01; }

 p { color: rgb(175,155,1); }

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

background-color css

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

 a { background-color: rgb(175,155,1); }

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

border-color css

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

 span { border-color: rgb(175,155,1); }

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