Html Css Color HEX #A8AF05 Citrus

📋 copy color: '#A8AF05'

red 168 ◦ green 175 ◦ blue 5

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

Shades of Citrus #A8AF05

Tints of Citrus #A8AF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 48.28%
G = 50.29%
B = 1.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#A8AF05 (or 0xA8AF05) is known color: Citrus. HEX triplet: A8, AF and 05. RGB value is (168,175,5). Sum of RGB (Red+Green+Blue) = 168+175+5=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 175 (68.75% from 255 or 50.29% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF05 is #5750FA. Grayscale: #9A9A9A. Windows color (decimal): -5722363 or 372648. OLE color: 372648.

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

Color convert

RGB 168 175 5 -
CMYK 0.04 0 0.97 0.31
HSL 62.47º 0.94% 0.35% -
HSV(B) 62.47º 0.97% 0.69% -
XYZ 31.51 39 6.01 -
YUV 153.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 168 175 5 0.04 0 0.97 0.31 62.47 0.94 0.35
Hex A8 AF 5 4 0 61 1F 3E 5E 23
Octal 250 257 5 4 0 141 37 76 136 43
Binary 10101000 10101111 101 100 0 1100001 11111 111110 1011110 100011

Color Harmonies of #A8AF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF05

Black with #A8AF05

Text Example


Text Example

White with #A8AF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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