Html Css Color HEX #AF971B Lucky

📋 copy color: '#AF971B'

red 175 ◦ green 151 ◦ blue 27

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

Shades of Lucky #AF971B

Tints of Lucky #AF971B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.65%

R = 49.58%
G = 42.78%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF971B (or 0xAF971B) is known color: Lucky. HEX triplet: AF, 97 and 1B. RGB value is (175,151,27). Sum of RGB (Red+Green+Blue) = 175+151+27=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF971B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF971B is #5068E4. Grayscale: #909090. Windows color (decimal): -5269733 or 1808303. OLE color: 1808303.

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

Color convert

RGB 175 151 27 -
CMYK 0 0.14 0.85 0.31
HSL 50.27º 0.73% 0.4% -
HSV(B) 50.27º 0.85% 0.69% -
XYZ 28.94 31.33 5.56 -
YUV 144.04 61.95 150.08 -
System Red Green Blue C M Y K H S L
Decimal 175 151 27 0 0.14 0.85 0.31 50.27 0.73 0.4
Hex AF 97 1B 0 E 55 1F 32 49 28
Octal 257 227 33 0 16 125 37 62 111 50
Binary 10101111 10010111 11011 0 1110 1010101 11111 110010 1001001 101000

Color Harmonies of #AF971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF971B

Black with #AF971B

Text Example


Text Example

White with #AF971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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