Html Css Color HEX #AABA0A Citrus

📋 copy color: '#AABA0A'

red 170 ◦ green 186 ◦ blue 10

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

Shades of Citrus #AABA0A

Tints of Citrus #AABA0A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.82%

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 46.45%
G = 50.82%
B = 2.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#AABA0A (or 0xAABA0A) is known color: Citrus. HEX triplet: AA, BA and 0A. RGB value is (170,186,10). Sum of RGB (Red+Green+Blue) = 170+186+10=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 186 (73.05% from 255 or 50.82% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA0A is #5545F5. Grayscale: #A1A1A1. Windows color (decimal): -5588470 or 703146. OLE color: 703146.

HSL color Cylindrical-coordinate representation of color #AABA0A: hue angle of 65.45º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AABA0A is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 10 -
CMYK 0.09 0 0.95 0.27
HSL 65.45º 0.9% 0.38% -
HSV(B) 65.45º 0.95% 0.73% -
XYZ 34.19 43.69 6.92 -
YUV 161.15 42.7 134.31 -
System Red Green Blue C M Y K H S L
Decimal 170 186 10 0.09 0 0.95 0.27 65.45 0.9 0.38
Hex AA BA A 9 0 5F 1B 41 5A 26
Octal 252 272 12 11 0 137 33 101 132 46
Binary 10101010 10111010 1010 1001 0 1011111 11011 1000001 1011010 100110

Color Harmonies of #AABA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA0A

Black with #AABA0A

Text Example


Text Example

White with #AABA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA0A; }

 p { color: rgb(170,186,10); }

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

background-color css

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

 a { background-color: rgb(170,186,10); }

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

border-color css

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

 span { border-color: rgb(170,186,10); }

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