Html Css Color HEX #AF921B Lucky

📋 copy color: '#AF921B'

red 175 ◦ green 146 ◦ blue 27

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

Shades of Lucky #AF921B

Tints of Lucky #AF921B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.95%

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

R = 50.29%
G = 41.95%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF921B (or 0xAF921B) is known color: Lucky. HEX triplet: AF, 92 and 1B. RGB value is (175,146,27). Sum of RGB (Red+Green+Blue) = 175+146+27=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF921B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF921B is #506DE4. Grayscale: #8D8D8D. Windows color (decimal): -5271013 or 1807023. OLE color: 1807023.

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

Color convert

RGB 175 146 27 -
CMYK 0 0.17 0.85 0.31
HSL 48.24º 0.73% 0.4% -
HSV(B) 48.24º 0.85% 0.69% -
XYZ 28.16 29.75 5.3 -
YUV 141.11 63.61 152.18 -
System Red Green Blue C M Y K H S L
Decimal 175 146 27 0 0.17 0.85 0.31 48.24 0.73 0.4
Hex AF 92 1B 0 11 55 1F 30 49 28
Octal 257 222 33 0 21 125 37 60 111 50
Binary 10101111 10010010 11011 0 10001 1010101 11111 110000 1001001 101000

Color Harmonies of #AF921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF921B

Black with #AF921B

Text Example


Text Example

White with #AF921B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF921B; }

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

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

background-color css

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

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

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

border-color css

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

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

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