Html Css Color HEX #A8AE06 Citrus

📋 copy color: '#A8AE06'

red 168 ◦ green 174 ◦ blue 6

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

Shades of Citrus #A8AE06

Tints of Citrus #A8AE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 48.28%
G = 50%
B = 1.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#A8AE06 (or 0xA8AE06) is known color: Citrus. HEX triplet: A8, AE and 06. RGB value is (168,174,6). Sum of RGB (Red+Green+Blue) = 168+174+6=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AE06 is #5751F9. Grayscale: #999999. Windows color (decimal): -5722618 or 437928. OLE color: 437928.

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

Color convert

RGB 168 174 6 -
CMYK 0.03 0 0.97 0.32
HSL 62.14º 0.93% 0.35% -
HSV(B) 62.14º 0.97% 0.68% -
XYZ 31.32 38.61 5.97 -
YUV 153.05 45.01 138.66 -
System Red Green Blue C M Y K H S L
Decimal 168 174 6 0.03 0 0.97 0.32 62.14 0.93 0.35
Hex A8 AE 6 3 0 61 20 3E 5D 23
Octal 250 256 6 3 0 141 40 76 135 43
Binary 10101000 10101110 110 11 0 1100001 100000 111110 1011101 100011

Color Harmonies of #A8AE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE06

Black with #A8AE06

Text Example


Text Example

White with #A8AE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE06; }

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

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

background-color css

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

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

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

border-color css

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

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

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