Html Css Color HEX #ADA706 Citrus

📋 copy color: '#ADA706'

red 173 ◦ green 167 ◦ blue 6

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

Shades of Citrus #ADA706

Tints of Citrus #ADA706

RGB

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

 GREEN value IS 167 (65.63% from 255) = 48.27%

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

R = 50%
G = 48.27%
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

#ADA706 (or 0xADA706) is known color: Citrus. HEX triplet: AD, A7 and 06. RGB value is (173,167,6). Sum of RGB (Red+Green+Blue) = 173+167+6=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 167 (65.62% from 255 or 48.27% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA706 is #5258F9. Grayscale: #979797. Windows color (decimal): -5396730 or 436141. OLE color: 436141.

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

Color convert

RGB 173 167 6 -
CMYK 0 0.03 0.97 0.32
HSL 57.84º 0.93% 0.35% -
HSV(B) 57.84º 0.97% 0.68% -
XYZ 31.09 36.53 5.59 -
YUV 150.44 46.49 144.09 -
System Red Green Blue C M Y K H S L
Decimal 173 167 6 0 0.03 0.97 0.32 57.84 0.93 0.35
Hex AD A7 6 0 3 61 20 3A 5D 23
Octal 255 247 6 0 3 141 40 72 135 43
Binary 10101101 10100111 110 0 11 1100001 100000 111010 1011101 100011

Color Harmonies of #ADA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA706

Black with #ADA706

Text Example


Text Example

White with #ADA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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