Html Css Color HEX #ADA905 Citrus

📋 copy color: '#ADA905'

red 173 ◦ green 169 ◦ blue 5

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

Shades of Citrus #ADA905

Tints of Citrus #ADA905

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.7%

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

R = 49.86%
G = 48.7%
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

#ADA905 (or 0xADA905) is known color: Citrus. HEX triplet: AD, A9 and 05. RGB value is (173,169,5). Sum of RGB (Red+Green+Blue) = 173+169+5=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA905 is #5256FA. Grayscale: #989898. Windows color (decimal): -5396219 or 371117. OLE color: 371117.

HSL color Cylindrical-coordinate representation of color #ADA905: hue angle of 58.57º 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 #ADA905 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 169 5 -
CMYK 0 0.02 0.97 0.32
HSL 58.57º 0.94% 0.35% -
HSV(B) 58.57º 0.97% 0.68% -
XYZ 31.45 37.27 5.68 -
YUV 151.5 45.33 143.34 -
System Red Green Blue C M Y K H S L
Decimal 173 169 5 0 0.02 0.97 0.32 58.57 0.94 0.35
Hex AD A9 5 0 2 61 20 3B 5E 23
Octal 255 251 5 0 2 141 40 73 136 43
Binary 10101101 10101001 101 0 10 1100001 100000 111011 1011110 100011

Color Harmonies of #ADA905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA905

Black with #ADA905

Text Example


Text Example

White with #ADA905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA905; }

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

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

background-color css

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

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

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

border-color css

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

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

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