Html Css Color HEX #AF970B Lucky

📋 copy color: '#AF970B'

red 175 ◦ green 151 ◦ blue 11

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

Shades of Lucky #AF970B

Tints of Lucky #AF970B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 51.93%
G = 44.81%
B = 3.26%

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

#AF970B (or 0xAF970B) is known color: Lucky. HEX triplet: AF, 97 and 0B. RGB value is (175,151,11). Sum of RGB (Red+Green+Blue) = 175+151+11=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF970B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF970B is #5068F4. Grayscale: #8E8E8E. Windows color (decimal): -5269749 or 759727. OLE color: 759727.

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

Color convert

RGB 175 151 11 -
CMYK 0 0.14 0.94 0.31
HSL 51.22º 0.88% 0.36% -
HSV(B) 51.22º 0.94% 0.69% -
XYZ 28.81 31.27 4.83 -
YUV 142.22 53.95 151.38 -
System Red Green Blue C M Y K H S L
Decimal 175 151 11 0 0.14 0.94 0.31 51.22 0.88 0.36
Hex AF 97 B 0 E 5E 1F 33 58 24
Octal 257 227 13 0 16 136 37 63 130 44
Binary 10101111 10010111 1011 0 1110 1011110 11111 110011 1011000 100100

Color Harmonies of #AF970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF970B

Black with #AF970B

Text Example


Text Example

White with #AF970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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