Html Css Color HEX #AF9A01 Lucky

📋 copy color: '#AF9A01'

red 175 ◦ green 154 ◦ blue 1

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

Shades of Lucky #AF9A01

Tints of Lucky #AF9A01

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.67%

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

R = 53.03%
G = 46.67%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF9A01 (or 0xAF9A01) is known color: Lucky. HEX triplet: AF, 9A and 01. RGB value is (175,154,1). Sum of RGB (Red+Green+Blue) = 175+154+1=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 1 (0.78% from 255 or 0.30% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A01 is #5065FE. Grayscale: #8F8F8F. Windows color (decimal): -5268991 or 105135. OLE color: 105135.

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

Color convert

RGB 175 154 1 -
CMYK 0 0.12 0.99 0.31
HSL 52.76º 0.99% 0.35% -
HSV(B) 52.76º 0.99% 0.69% -
XYZ 29.24 32.23 4.71 -
YUV 142.84 47.96 150.94 -
System Red Green Blue C M Y K H S L
Decimal 175 154 1 0 0.12 0.99 0.31 52.76 0.99 0.35
Hex AF 9A 1 0 C 63 1F 35 63 23
Octal 257 232 1 0 14 143 37 65 143 43
Binary 10101111 10011010 1 0 1100 1100011 11111 110101 1100011 100011

Color Harmonies of #AF9A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9A01

Black with #AF9A01

Text Example


Text Example

White with #AF9A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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