Html Css Color HEX #ADA701 Citrus

📋 copy color: '#ADA701'

red 173 ◦ green 167 ◦ blue 1

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

Shades of Citrus #ADA701

Tints of Citrus #ADA701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 50.73%
G = 48.97%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADA701 (or 0xADA701) is known color: Citrus. HEX triplet: AD, A7 and 01. RGB value is (173,167,1). Sum of RGB (Red+Green+Blue) = 173+167+1=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 167 (65.62% from 255 or 48.97% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA701 is #5258FE. Grayscale: #969696. Windows color (decimal): -5396735 or 108461. OLE color: 108461.

HSL color Cylindrical-coordinate representation of color #ADA701: hue angle of 57.91º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADA701 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 167 1 -
CMYK 0 0.03 0.99 0.32
HSL 57.91º 0.99% 0.34% -
HSV(B) 57.91º 0.99% 0.68% -
XYZ 31.06 36.52 5.44 -
YUV 149.87 43.99 144.5 -
System Red Green Blue C M Y K H S L
Decimal 173 167 1 0 0.03 0.99 0.32 57.91 0.99 0.34
Hex AD A7 1 0 3 63 20 3A 63 22
Octal 255 247 1 0 3 143 40 72 143 42
Binary 10101101 10100111 1 0 11 1100011 100000 111010 1100011 100010

Color Harmonies of #ADA701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA701

Black with #ADA701

Text Example


Text Example

White with #ADA701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA701; }

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

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

background-color css

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

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

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

border-color css

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

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

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