Html Css Color HEX #A8AA0E Citrus

📋 copy color: '#A8AA0E'

red 168 ◦ green 170 ◦ blue 14

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

Shades of Citrus #A8AA0E

Tints of Citrus #A8AA0E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.3%

 BLUE value IS 14 (5.86% from 255) = 3.98%

R = 47.73%
G = 48.3%
B = 3.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#A8AA0E (or 0xA8AA0E) is known color: Citrus. HEX triplet: A8, AA and 0E. RGB value is (168,170,14). Sum of RGB (Red+Green+Blue) = 168+170+14=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AA0E is #5755F1. Grayscale: #989898. Windows color (decimal): -5723634 or 961192. OLE color: 961192.

HSL color Cylindrical-coordinate representation of color #A8AA0E: hue angle of 60.77º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8AA0E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 170 14 -
CMYK 0.01 0 0.92 0.33
HSL 60.77º 0.85% 0.36% -
HSV(B) 60.77º 0.92% 0.67% -
XYZ 30.6 37.11 5.96 -
YUV 151.62 50.34 139.68 -
System Red Green Blue C M Y K H S L
Decimal 168 170 14 0.01 0 0.92 0.33 60.77 0.85 0.36
Hex A8 AA E 1 0 5C 21 3D 55 24
Octal 250 252 16 1 0 134 41 75 125 44
Binary 10101000 10101010 1110 1 0 1011100 100001 111101 1010101 100100

Color Harmonies of #A8AA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AA0E

Black with #A8AA0E

Text Example


Text Example

White with #A8AA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AA0E; }

 p { color: rgb(168,170,14); }

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

background-color css

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

 a { background-color: rgb(168,170,14); }

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

border-color css

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

 span { border-color: rgb(168,170,14); }

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