Html Css Color HEX #AF970A Lucky

📋 copy color: '#AF970A'

red 175 ◦ green 151 ◦ blue 10

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

Shades of Lucky #AF970A

Tints of Lucky #AF970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.94%

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

R = 52.08%
G = 44.94%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF970A (or 0xAF970A) is known color: Lucky. HEX triplet: AF, 97 and 0A. RGB value is (175,151,10). Sum of RGB (Red+Green+Blue) = 175+151+10=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 10 (4.30% from 255 or 2.98% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF970A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF970A is #5068F5. Grayscale: #8E8E8E. Windows color (decimal): -5269750 or 694191. OLE color: 694191.

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

Color convert

RGB 175 151 10 -
CMYK 0 0.14 0.94 0.31
HSL 51.27º 0.89% 0.36% -
HSV(B) 51.27º 0.94% 0.69% -
XYZ 28.8 31.27 4.8 -
YUV 142.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 175 151 10 0 0.14 0.94 0.31 51.27 0.89 0.36
Hex AF 97 A 0 E 5E 1F 33 59 24
Octal 257 227 12 0 16 136 37 63 131 44
Binary 10101111 10010111 1010 0 1110 1011110 11111 110011 1011001 100100

Color Harmonies of #AF970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF970A

Black with #AF970A

Text Example


Text Example

White with #AF970A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF970A; }

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

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

background-color css

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

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

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

border-color css

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

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

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