Html Css Color HEX #A8AE09 Citrus

📋 copy color: '#A8AE09'

red 168 ◦ green 174 ◦ blue 9

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

Shades of Citrus #A8AE09

Tints of Citrus #A8AE09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 47.86%
G = 49.57%
B = 2.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#A8AE09 (or 0xA8AE09) is known color: Citrus. HEX triplet: A8, AE and 09. RGB value is (168,174,9). Sum of RGB (Red+Green+Blue) = 168+174+9=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE09 is #5751F6. Grayscale: #9A9A9A. Windows color (decimal): -5722615 or 634536. OLE color: 634536.

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

Color convert

RGB 168 174 9 -
CMYK 0.03 0 0.95 0.32
HSL 62.18º 0.9% 0.36% -
HSV(B) 62.18º 0.95% 0.68% -
XYZ 31.33 38.62 6.06 -
YUV 153.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 168 174 9 0.03 0 0.95 0.32 62.18 0.9 0.36
Hex A8 AE 9 3 0 5F 20 3E 5A 24
Octal 250 256 11 3 0 137 40 76 132 44
Binary 10101000 10101110 1001 11 0 1011111 100000 111110 1011010 100100

Color Harmonies of #A8AE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE09

Black with #A8AE09

Text Example


Text Example

White with #A8AE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE09; }

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

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

background-color css

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

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

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

border-color css

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

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

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