Html Css Color HEX #ADAA0A Citrus

📋 copy color: '#ADAA0A'

red 173 ◦ green 170 ◦ blue 10

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

Shades of Citrus #ADAA0A

Tints of Citrus #ADAA0A

RGB

 RED value IS 173 (67.97% from 255) = 49.01%

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

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

R = 49.01%
G = 48.16%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADAA0A (or 0xADAA0A) is known color: Citrus. HEX triplet: AD, AA and 0A. RGB value is (173,170,10). Sum of RGB (Red+Green+Blue) = 173+170+10=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA0A is #5255F5. Grayscale: #999999. Windows color (decimal): -5395958 or 699053. OLE color: 699053.

HSL color Cylindrical-coordinate representation of color #ADAA0A: hue angle of 58.9º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADAA0A is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 170 10 -
CMYK 0 0.02 0.94 0.32
HSL 58.9º 0.89% 0.36% -
HSV(B) 58.9º 0.94% 0.68% -
XYZ 31.66 37.66 5.89 -
YUV 152.66 47.49 142.51 -
System Red Green Blue C M Y K H S L
Decimal 173 170 10 0 0.02 0.94 0.32 58.9 0.89 0.36
Hex AD AA A 0 2 5E 20 3B 59 24
Octal 255 252 12 0 2 136 40 73 131 44
Binary 10101101 10101010 1010 0 10 1011110 100000 111011 1011001 100100

Color Harmonies of #ADAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA0A

Black with #ADAA0A

Text Example


Text Example

White with #ADAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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