Html Css Color HEX #AAA501 Citrus

📋 copy color: '#AAA501'

red 170 ◦ green 165 ◦ blue 1

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

Shades of Citrus #AAA501

Tints of Citrus #AAA501

RGB

 RED value IS 170 (66.8% from 255) = 50.6%

 GREEN value IS 165 (64.84% from 255) = 49.11%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 50.6%
G = 49.11%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AAA501 (or 0xAAA501) is known color: Citrus. HEX triplet: AA, A5 and 01. RGB value is (170,165,1). Sum of RGB (Red+Green+Blue) = 170+165+1=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 165 (64.84% from 255 or 49.11% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA501 is #555AFE. Grayscale: #949494. Windows color (decimal): -5593855 or 107946. OLE color: 107946.

HSL color Cylindrical-coordinate representation of color #AAA501: hue angle of 58.22º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAA501 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 165 1 -
CMYK 0 0.03 0.99 0.33
HSL 58.22º 0.99% 0.34% -
HSV(B) 58.22º 0.99% 0.67% -
XYZ 30.04 35.46 5.29 -
YUV 147.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 170 165 1 0 0.03 0.99 0.33 58.22 0.99 0.34
Hex AA A5 1 0 3 63 21 3A 63 22
Octal 252 245 1 0 3 143 41 72 143 42
Binary 10101010 10100101 1 0 11 1100011 100001 111010 1100011 100010

Color Harmonies of #AAA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA501

Black with #AAA501

Text Example


Text Example

White with #AAA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA501; }

 p { color: rgb(170,165,1); }

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

background-color css

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

 a { background-color: rgb(170,165,1); }

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

border-color css

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

 span { border-color: rgb(170,165,1); }

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