Html Css Color HEX #A8A90F Citrus

📋 copy color: '#A8A90F'

red 168 ◦ green 169 ◦ blue 15

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

Shades of Citrus #A8A90F

Tints of Citrus #A8A90F

RGB

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

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

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

R = 47.73%
G = 48.01%
B = 4.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8A90F (or 0xA8A90F) is known color: Citrus. HEX triplet: A8, A9 and 0F. RGB value is (168,169,15). Sum of RGB (Red+Green+Blue) = 168+169+15=352 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.73% from 352); Green value is 169 (66.41% from 255 or 48.01% from 352); Blue value is 15 (6.25% from 255 or 4.26% from 352); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A90F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8A90F is #5756F0. Grayscale: #979797. Windows color (decimal): -5723889 or 1026472. OLE color: 1026472.

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

Color convert

RGB 168 169 15 -
CMYK 0.01 0 0.91 0.34
HSL 60.39º 0.84% 0.36% -
HSV(B) 60.39º 0.91% 0.66% -
XYZ 30.42 36.74 5.94 -
YUV 151.15 51.17 140.02 -
System Red Green Blue C M Y K H S L
Decimal 168 169 15 0.01 0 0.91 0.34 60.39 0.84 0.36
Hex A8 A9 F 1 0 5B 22 3C 54 24
Octal 250 251 17 1 0 133 42 74 124 44
Binary 10101000 10101001 1111 1 0 1011011 100010 111100 1010100 100100

Color Harmonies of #A8A90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A90F

Black with #A8A90F

Text Example


Text Example

White with #A8A90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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