Html Css Color HEX #ADAA05 Citrus

📋 copy color: '#ADAA05'

red 173 ◦ green 170 ◦ blue 5

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

Shades of Citrus #ADAA05

Tints of Citrus #ADAA05

RGB

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

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

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

R = 49.71%
G = 48.85%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#ADAA05 (or 0xADAA05) is known color: Citrus. HEX triplet: AD, AA and 05. RGB value is (173,170,5). Sum of RGB (Red+Green+Blue) = 173+170+5=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA05 is #5255FA. Grayscale: #989898. Windows color (decimal): -5395963 or 371373. OLE color: 371373.

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

Color convert

RGB 173 170 5 -
CMYK 0 0.02 0.97 0.32
HSL 58.93º 0.94% 0.35% -
HSV(B) 58.93º 0.97% 0.68% -
XYZ 31.64 37.64 5.74 -
YUV 152.09 44.99 142.92 -
System Red Green Blue C M Y K H S L
Decimal 173 170 5 0 0.02 0.97 0.32 58.93 0.94 0.35
Hex AD AA 5 0 2 61 20 3B 5E 23
Octal 255 252 5 0 2 141 40 73 136 43
Binary 10101101 10101010 101 0 10 1100001 100000 111011 1011110 100011

Color Harmonies of #ADAA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA05

Black with #ADAA05

Text Example


Text Example

White with #ADAA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA05; }

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

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

background-color css

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

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

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

border-color css

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

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

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