Html Css Color HEX #A8AE10 Citrus

📋 copy color: '#A8AE10'

red 168 ◦ green 174 ◦ blue 16

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

Shades of Citrus #A8AE10

Tints of Citrus #A8AE10

RGB

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

 GREEN value IS 174 (68.36% from 255) = 48.6%

 BLUE value IS 16 (6.64% from 255) = 4.47%

R = 46.93%
G = 48.6%
B = 4.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#A8AE10 (or 0xA8AE10) is known color: Citrus. HEX triplet: A8, AE and 10. RGB value is (168,174,16). Sum of RGB (Red+Green+Blue) = 168+174+16=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 174 (68.36% from 255 or 48.60% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE10 is #5751EF. Grayscale: #9A9A9A. Windows color (decimal): -5722608 or 1093288. OLE color: 1093288.

HSL color Cylindrical-coordinate representation of color #A8AE10: hue angle of 62.28º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8AE10 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 16 -
CMYK 0.03 0 0.91 0.32
HSL 62.28º 0.83% 0.37% -
HSV(B) 62.28º 0.91% 0.68% -
XYZ 31.38 38.63 6.29 -
YUV 154.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 168 174 16 0.03 0 0.91 0.32 62.28 0.83 0.37
Hex A8 AE 10 3 0 5B 20 3E 53 25
Octal 250 256 20 3 0 133 40 76 123 45
Binary 10101000 10101110 10000 11 0 1011011 100000 111110 1010011 100101

Color Harmonies of #A8AE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE10

Black with #A8AE10

Text Example


Text Example

White with #A8AE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE10; }

 p { color: rgb(168,174,16); }

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

background-color css

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

 a { background-color: rgb(168,174,16); }

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

border-color css

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

 span { border-color: rgb(168,174,16); }

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