Html Css Color HEX #A4AF15 Citrus

📋 copy color: '#A4AF15'

red 164 ◦ green 175 ◦ blue 21

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

Shades of Citrus #A4AF15

Tints of Citrus #A4AF15

RGB

 RED value IS 164 (64.45% from 255) = 45.56%

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

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

R = 45.56%
G = 48.61%
B = 5.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#A4AF15 (or 0xA4AF15) is known color: Citrus. HEX triplet: A4, AF and 15. RGB value is (164,175,21). Sum of RGB (Red+Green+Blue) = 164+175+21=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #A4AF15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AF15 is #5B50EA. Grayscale: #9A9A9A. Windows color (decimal): -5984491 or 1421220. OLE color: 1421220.

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

Color convert

RGB 164 175 21 -
CMYK 0.06 0 0.88 0.31
HSL 64.29º 0.79% 0.38% -
HSV(B) 64.29º 0.88% 0.69% -
XYZ 30.78 38.61 6.54 -
YUV 154.16 52.86 135.02 -
System Red Green Blue C M Y K H S L
Decimal 164 175 21 0.06 0 0.88 0.31 64.29 0.79 0.38
Hex A4 AF 15 6 0 58 1F 40 4F 26
Octal 244 257 25 6 0 130 37 100 117 46
Binary 10100100 10101111 10101 110 0 1011000 11111 1000000 1001111 100110

Color Harmonies of #A4AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AF15

Black with #A4AF15

Text Example


Text Example

White with #A4AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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