Html Css Color HEX #AAB705 Citrus

📋 copy color: '#AAB705'

red 170 ◦ green 183 ◦ blue 5

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

Shades of Citrus #AAB705

Tints of Citrus #AAB705

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.12%

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 47.49%
G = 51.12%
B = 1.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#AAB705 (or 0xAAB705) is known color: Citrus. HEX triplet: AA, B7 and 05. RGB value is (170,183,5). Sum of RGB (Red+Green+Blue) = 170+183+5=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB705 is #5548FA. Grayscale: #9F9F9F. Windows color (decimal): -5589243 or 374698. OLE color: 374698.

HSL color Cylindrical-coordinate representation of color #AAB705: hue angle of 64.38º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AAB705 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 5 -
CMYK 0.07 0 0.97 0.28
HSL 64.38º 0.95% 0.37% -
HSV(B) 64.38º 0.97% 0.72% -
XYZ 33.54 42.42 6.56 -
YUV 158.82 41.19 135.97 -
System Red Green Blue C M Y K H S L
Decimal 170 183 5 0.07 0 0.97 0.28 64.38 0.95 0.37
Hex AA B7 5 7 0 61 1C 40 5F 25
Octal 252 267 5 7 0 141 34 100 137 45
Binary 10101010 10110111 101 111 0 1100001 11100 1000000 1011111 100101

Color Harmonies of #AAB705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB705

Black with #AAB705

Text Example


Text Example

White with #AAB705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB705; }

 p { color: rgb(170,183,5); }

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

background-color css

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

 a { background-color: rgb(170,183,5); }

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

border-color css

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

 span { border-color: rgb(170,183,5); }

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