Html Css Color HEX #AF990A Lucky

📋 copy color: '#AF990A'

red 175 ◦ green 153 ◦ blue 10

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

Shades of Lucky #AF990A

Tints of Lucky #AF990A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

 BLUE value IS 10 (4.3% from 255) = 2.96%

R = 51.78%
G = 45.27%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF990A (or 0xAF990A) is known color: Lucky. HEX triplet: AF, 99 and 0A. RGB value is (175,153,10). Sum of RGB (Red+Green+Blue) = 175+153+10=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF990A is #5066F5. Grayscale: #8F8F8F. Windows color (decimal): -5269238 or 694703. OLE color: 694703.

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

Color convert

RGB 175 153 10 -
CMYK 0 0.13 0.94 0.31
HSL 52º 0.89% 0.36% -
HSV(B) 52º 0.94% 0.69% -
XYZ 29.13 31.92 4.91 -
YUV 143.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 175 153 10 0 0.13 0.94 0.31 52 0.89 0.36
Hex AF 99 A 0 D 5E 1F 34 59 24
Octal 257 231 12 0 15 136 37 64 131 44
Binary 10101111 10011001 1010 0 1101 1011110 11111 110100 1011001 100100

Color Harmonies of #AF990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF990A

Black with #AF990A

Text Example


Text Example

White with #AF990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF990A; }

 p { color: rgb(175,153,10); }

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

background-color css

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

 a { background-color: rgb(175,153,10); }

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

border-color css

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

 span { border-color: rgb(175,153,10); }

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