Html Css Color HEX #A8A90E Citrus

📋 copy color: '#A8A90E'

red 168 ◦ green 169 ◦ blue 14

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

Shades of Citrus #A8A90E

Tints of Citrus #A8A90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.15%

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

R = 47.86%
G = 48.15%
B = 3.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8A90E (or 0xA8A90E) is known color: Citrus. HEX triplet: A8, A9 and 0E. RGB value is (168,169,14). Sum of RGB (Red+Green+Blue) = 168+169+14=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 169 (66.41% from 255 or 48.15% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A90E is #5756F1. Grayscale: #979797. Windows color (decimal): -5723890 or 960936. OLE color: 960936.

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

Color convert

RGB 168 169 14 -
CMYK 0.01 0 0.92 0.34
HSL 60.39º 0.85% 0.36% -
HSV(B) 60.39º 0.92% 0.66% -
XYZ 30.42 36.73 5.9 -
YUV 151.03 50.67 140.1 -
System Red Green Blue C M Y K H S L
Decimal 168 169 14 0.01 0 0.92 0.34 60.39 0.85 0.36
Hex A8 A9 E 1 0 5C 22 3C 55 24
Octal 250 251 16 1 0 134 42 74 125 44
Binary 10101000 10101001 1110 1 0 1011100 100010 111100 1010101 100100

Color Harmonies of #A8A90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A90E

Black with #A8A90E

Text Example


Text Example

White with #A8A90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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