Html Css Color HEX #A8AE08 Citrus

📋 copy color: '#A8AE08'

red 168 ◦ green 174 ◦ blue 8

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

Shades of Citrus #A8AE08

Tints of Citrus #A8AE08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.29%

R = 48%
G = 49.71%
B = 2.29%

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

#A8AE08 (or 0xA8AE08) is known color: Citrus. HEX triplet: A8, AE and 08. RGB value is (168,174,8). Sum of RGB (Red+Green+Blue) = 168+174+8=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE08 is #5751F7. Grayscale: #999999. Windows color (decimal): -5722616 or 569000. OLE color: 569000.

HSL color Cylindrical-coordinate representation of color #A8AE08: hue angle of 62.17º degrees, saturation: 0.91, 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 #A8AE08 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 8 -
CMYK 0.03 0 0.95 0.32
HSL 62.17º 0.91% 0.36% -
HSV(B) 62.17º 0.95% 0.68% -
XYZ 31.33 38.61 6.03 -
YUV 153.28 46.01 138.5 -
System Red Green Blue C M Y K H S L
Decimal 168 174 8 0.03 0 0.95 0.32 62.17 0.91 0.36
Hex A8 AE 8 3 0 5F 20 3E 5B 24
Octal 250 256 10 3 0 137 40 76 133 44
Binary 10101000 10101110 1000 11 0 1011111 100000 111110 1011011 100100

Color Harmonies of #A8AE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE08

Black with #A8AE08

Text Example


Text Example

White with #A8AE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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