Html Css Color HEX #ADA807 Citrus

📋 copy color: '#ADA807'

red 173 ◦ green 168 ◦ blue 7

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

Shades of Citrus #ADA807

Tints of Citrus #ADA807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.01%

R = 49.71%
G = 48.28%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#ADA807 (or 0xADA807) is known color: Citrus. HEX triplet: AD, A8 and 07. RGB value is (173,168,7). Sum of RGB (Red+Green+Blue) = 173+168+7=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 7 (3.12% from 255 or 2.01% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA807 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA807 is #5257F8. Grayscale: #979797. Windows color (decimal): -5396473 or 501933. OLE color: 501933.

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

Color convert

RGB 173 168 7 -
CMYK 0 0.03 0.96 0.32
HSL 58.19º 0.92% 0.35% -
HSV(B) 58.19º 0.96% 0.68% -
XYZ 31.27 36.9 5.68 -
YUV 151.14 46.66 143.59 -
System Red Green Blue C M Y K H S L
Decimal 173 168 7 0 0.03 0.96 0.32 58.19 0.92 0.35
Hex AD A8 7 0 3 60 20 3A 5C 23
Octal 255 250 7 0 3 140 40 72 134 43
Binary 10101101 10101000 111 0 11 1100000 100000 111010 1011100 100011

Color Harmonies of #ADA807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA807

Black with #ADA807

Text Example


Text Example

White with #ADA807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA807; }

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

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

background-color css

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

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

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

border-color css

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

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

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