Html Css Color HEX #AF9609 Lucky

📋 copy color: '#AF9609'

red 175 ◦ green 150 ◦ blue 9

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

Shades of Lucky #AF9609

Tints of Lucky #AF9609

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.91%

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 52.4%
G = 44.91%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF9609 (or 0xAF9609) is known color: Lucky. HEX triplet: AF, 96 and 09. RGB value is (175,150,9). Sum of RGB (Red+Green+Blue) = 175+150+9=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9609 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9609 is #5069F6. Grayscale: #8D8D8D. Windows color (decimal): -5270007 or 628399. OLE color: 628399.

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

Color convert

RGB 175 150 9 -
CMYK 0 0.14 0.95 0.31
HSL 50.96º 0.9% 0.36% -
HSV(B) 50.96º 0.95% 0.69% -
XYZ 28.63 30.95 4.72 -
YUV 141.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 175 150 9 0 0.14 0.95 0.31 50.96 0.9 0.36
Hex AF 96 9 0 E 5F 1F 33 5A 24
Octal 257 226 11 0 16 137 37 63 132 44
Binary 10101111 10010110 1001 0 1110 1011111 11111 110011 1011010 100100

Color Harmonies of #AF9609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9609

Black with #AF9609

Text Example


Text Example

White with #AF9609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9609; }

 p { color: rgb(175,150,9); }

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

background-color css

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

 a { background-color: rgb(175,150,9); }

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

border-color css

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

 span { border-color: rgb(175,150,9); }

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