Html Css Color HEX #AEAB08 Citrus

📋 copy color: '#AEAB08'

red 174 ◦ green 171 ◦ blue 8

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

Shades of Citrus #AEAB08

Tints of Citrus #AEAB08

RGB

 RED value IS 174 (68.36% from 255) = 49.29%

 GREEN value IS 171 (67.19% from 255) = 48.44%

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

R = 49.29%
G = 48.44%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AEAB08 (or 0xAEAB08) is known color: Citrus. HEX triplet: AE, AB and 08. RGB value is (174,171,8). Sum of RGB (Red+Green+Blue) = 174+171+8=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAB08 is #5154F7. Grayscale: #999999. Windows color (decimal): -5330168 or 568238. OLE color: 568238.

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

Color convert

RGB 174 171 8 -
CMYK 0 0.02 0.95 0.32
HSL 58.92º 0.91% 0.36% -
HSV(B) 58.92º 0.95% 0.68% -
XYZ 32.06 38.14 5.9 -
YUV 153.32 45.99 142.75 -
System Red Green Blue C M Y K H S L
Decimal 174 171 8 0 0.02 0.95 0.32 58.92 0.91 0.36
Hex AE AB 8 0 2 5F 20 3B 5B 24
Octal 256 253 10 0 2 137 40 73 133 44
Binary 10101110 10101011 1000 0 10 1011111 100000 111011 1011011 100100

Color Harmonies of #AEAB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB08

Black with #AEAB08

Text Example


Text Example

White with #AEAB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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