Html Css Color HEX #A0AA0D Citrus

📋 copy color: '#A0AA0D'

red 160 ◦ green 170 ◦ blue 13

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

Shades of Citrus #A0AA0D

Tints of Citrus #A0AA0D

RGB

 RED value IS 160 (62.89% from 255) = 46.65%

 GREEN value IS 170 (66.8% from 255) = 49.56%

 BLUE value IS 13 (5.47% from 255) = 3.79%

R = 46.65%
G = 49.56%
B = 3.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#A0AA0D (or 0xA0AA0D) is known color: Citrus. HEX triplet: A0, AA and 0D. RGB value is (160,170,13). Sum of RGB (Red+Green+Blue) = 160+170+13=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA0D is #5F55F2. Grayscale: #959595. Windows color (decimal): -6247923 or 895648. OLE color: 895648.

HSL color Cylindrical-coordinate representation of color #A0AA0D: hue angle of 63.82º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0AA0D is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 13 -
CMYK 0.06 0 0.92 0.33
HSL 63.82º 0.86% 0.36% -
HSV(B) 63.82º 0.92% 0.67% -
XYZ 28.94 36.25 5.85 -
YUV 149.11 51.19 135.77 -
System Red Green Blue C M Y K H S L
Decimal 160 170 13 0.06 0 0.92 0.33 63.82 0.86 0.36
Hex A0 AA D 6 0 5C 21 40 56 24
Octal 240 252 15 6 0 134 41 100 126 44
Binary 10100000 10101010 1101 110 0 1011100 100001 1000000 1010110 100100

Color Harmonies of #A0AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA0D

Black with #A0AA0D

Text Example


Text Example

White with #A0AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA0D; }

 p { color: rgb(160,170,13); }

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

background-color css

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

 a { background-color: rgb(160,170,13); }

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

border-color css

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

 span { border-color: rgb(160,170,13); }

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