Html Css Color HEX #A8AF15 Citrus

📋 copy color: '#A8AF15'

red 168 ◦ green 175 ◦ blue 21

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

Shades of Citrus #A8AF15

Tints of Citrus #A8AF15

RGB

 RED value IS 168 (66.02% from 255) = 46.15%

 GREEN value IS 175 (68.75% from 255) = 48.08%

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 46.15%
G = 48.08%
B = 5.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#A8AF15 (or 0xA8AF15) is known color: Citrus. HEX triplet: A8, AF and 15. RGB value is (168,175,21). Sum of RGB (Red+Green+Blue) = 168+175+21=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF15 is #5750EA. Grayscale: #9B9B9B. Windows color (decimal): -5722347 or 1421224. OLE color: 1421224.

HSL color Cylindrical-coordinate representation of color #A8AF15: hue angle of 62.73º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8AF15 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 21 -
CMYK 0.04 0 0.88 0.31
HSL 62.73º 0.79% 0.38% -
HSV(B) 62.73º 0.88% 0.69% -
XYZ 31.61 39.04 6.58 -
YUV 155.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 168 175 21 0.04 0 0.88 0.31 62.73 0.79 0.38
Hex A8 AF 15 4 0 58 1F 3F 4F 26
Octal 250 257 25 4 0 130 37 77 117 46
Binary 10101000 10101111 10101 100 0 1011000 11111 111111 1001111 100110

Color Harmonies of #A8AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF15

Black with #A8AF15

Text Example


Text Example

White with #A8AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF15; }

 p { color: rgb(168,175,21); }

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

background-color css

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

 a { background-color: rgb(168,175,21); }

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

border-color css

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

 span { border-color: rgb(168,175,21); }

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