Html Css Color HEX #ADAC0A Citrus

📋 copy color: '#ADAC0A'

red 173 ◦ green 172 ◦ blue 10

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

Shades of Citrus #ADAC0A

Tints of Citrus #ADAC0A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.45%

 BLUE value IS 10 (4.3% from 255) = 2.82%

R = 48.73%
G = 48.45%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ADAC0A (or 0xADAC0A) is known color: Citrus. HEX triplet: AD, AC and 0A. RGB value is (173,172,10). Sum of RGB (Red+Green+Blue) = 173+172+10=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 10 (4.30% from 255 or 2.82% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC0A is #5253F5. Grayscale: #9A9A9A. Windows color (decimal): -5395446 or 699565. OLE color: 699565.

HSL color Cylindrical-coordinate representation of color #ADAC0A: hue angle of 59.63º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADAC0A is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 172 10 -
CMYK 0 0.01 0.94 0.32
HSL 59.63º 0.89% 0.36% -
HSV(B) 59.63º 0.94% 0.68% -
XYZ 32.04 38.41 6.01 -
YUV 153.83 46.83 141.67 -
System Red Green Blue C M Y K H S L
Decimal 173 172 10 0 0.01 0.94 0.32 59.63 0.89 0.36
Hex AD AC A 0 1 5E 20 3C 59 24
Octal 255 254 12 0 1 136 40 74 131 44
Binary 10101101 10101100 1010 0 1 1011110 100000 111100 1011001 100100

Color Harmonies of #ADAC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC0A

Black with #ADAC0A

Text Example


Text Example

White with #ADAC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC0A; }

 p { color: rgb(173,172,10); }

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

background-color css

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

 a { background-color: rgb(173,172,10); }

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

border-color css

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

 span { border-color: rgb(173,172,10); }

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