Html Css Color HEX #ADA806 Citrus

📋 copy color: '#ADA806'

red 173 ◦ green 168 ◦ blue 6

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

Shades of Citrus #ADA806

Tints of Citrus #ADA806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 49.86%
G = 48.41%
B = 1.73%

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

#ADA806 (or 0xADA806) is known color: Citrus. HEX triplet: AD, A8 and 06. RGB value is (173,168,6). Sum of RGB (Red+Green+Blue) = 173+168+6=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 6 (2.73% from 255 or 1.73% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA806 is #5257F9. Grayscale: #979797. Windows color (decimal): -5396474 or 436397. OLE color: 436397.

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

Color convert

RGB 173 168 6 -
CMYK 0 0.03 0.97 0.32
HSL 58.2º 0.93% 0.35% -
HSV(B) 58.2º 0.97% 0.68% -
XYZ 31.27 36.9 5.65 -
YUV 151.03 46.16 143.67 -
System Red Green Blue C M Y K H S L
Decimal 173 168 6 0 0.03 0.97 0.32 58.2 0.93 0.35
Hex AD A8 6 0 3 61 20 3A 5D 23
Octal 255 250 6 0 3 141 40 72 135 43
Binary 10101101 10101000 110 0 11 1100001 100000 111010 1011101 100011

Color Harmonies of #ADA806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA806

Black with #ADA806

Text Example


Text Example

White with #ADA806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA806; }

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

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

background-color css

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

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

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

border-color css

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

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

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