Html Css Color HEX #AF9A07 Lucky

📋 copy color: '#AF9A07'

red 175 ◦ green 154 ◦ blue 7

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

Shades of Lucky #AF9A07

Tints of Lucky #AF9A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.08%

R = 52.08%
G = 45.83%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF9A07 (or 0xAF9A07) is known color: Lucky. HEX triplet: AF, 9A and 07. RGB value is (175,154,7). Sum of RGB (Red+Green+Blue) = 175+154+7=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9A07 is #5065F8. Grayscale: #909090. Windows color (decimal): -5268985 or 498351. OLE color: 498351.

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

Color convert

RGB 175 154 7 -
CMYK 0 0.12 0.96 0.31
HSL 52.5º 0.92% 0.36% -
HSV(B) 52.5º 0.96% 0.69% -
XYZ 29.27 32.24 4.88 -
YUV 143.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 175 154 7 0 0.12 0.96 0.31 52.5 0.92 0.36
Hex AF 9A 7 0 C 60 1F 34 5C 24
Octal 257 232 7 0 14 140 37 64 134 44
Binary 10101111 10011010 111 0 1100 1100000 11111 110100 1011100 100100

Color Harmonies of #AF9A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9A07

Black with #AF9A07

Text Example


Text Example

White with #AF9A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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