Html Css Color HEX #A8AF0F Citrus

📋 copy color: '#A8AF0F'

red 168 ◦ green 175 ◦ blue 15

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

Shades of Citrus #A8AF0F

Tints of Citrus #A8AF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.19%

R = 46.93%
G = 48.88%
B = 4.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#A8AF0F (or 0xA8AF0F) is known color: Citrus. HEX triplet: A8, AF and 0F. RGB value is (168,175,15). Sum of RGB (Red+Green+Blue) = 168+175+15=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AF0F is #5750F0. Grayscale: #9B9B9B. Windows color (decimal): -5722353 or 1028008. OLE color: 1028008.

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

Color convert

RGB 168 175 15 -
CMYK 0.04 0 0.91 0.31
HSL 62.63º 0.84% 0.37% -
HSV(B) 62.63º 0.91% 0.69% -
XYZ 31.56 39.02 6.32 -
YUV 154.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 168 175 15 0.04 0 0.91 0.31 62.63 0.84 0.37
Hex A8 AF F 4 0 5B 1F 3F 54 25
Octal 250 257 17 4 0 133 37 77 124 45
Binary 10101000 10101111 1111 100 0 1011011 11111 111111 1010100 100101

Color Harmonies of #A8AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF0F

Black with #A8AF0F

Text Example


Text Example

White with #A8AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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