Html Css Color HEX #ADA805 Citrus

📋 copy color: '#ADA805'

red 173 ◦ green 168 ◦ blue 5

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

Shades of Citrus #ADA805

Tints of Citrus #ADA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.55%

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

R = 50%
G = 48.55%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#ADA805 (or 0xADA805) is known color: Citrus. HEX triplet: AD, A8 and 05. RGB value is (173,168,5). Sum of RGB (Red+Green+Blue) = 173+168+5=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 168 (66.02% from 255 or 48.55% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA805 is #5257FA. Grayscale: #979797. Windows color (decimal): -5396475 or 370861. OLE color: 370861.

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

Color convert

RGB 173 168 5 -
CMYK 0 0.03 0.97 0.32
HSL 58.21º 0.94% 0.35% -
HSV(B) 58.21º 0.97% 0.68% -
XYZ 31.26 36.9 5.62 -
YUV 150.91 45.66 143.75 -
System Red Green Blue C M Y K H S L
Decimal 173 168 5 0 0.03 0.97 0.32 58.21 0.94 0.35
Hex AD A8 5 0 3 61 20 3A 5E 23
Octal 255 250 5 0 3 141 40 72 136 43
Binary 10101101 10101000 101 0 11 1100001 100000 111010 1011110 100011

Color Harmonies of #ADA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA805

Black with #ADA805

Text Example


Text Example

White with #ADA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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