Html Css Color HEX #ADAA09 Citrus

📋 copy color: '#ADAA09'

red 173 ◦ green 170 ◦ blue 9

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

Shades of Citrus #ADAA09

Tints of Citrus #ADAA09

RGB

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

 GREEN value IS 170 (66.8% from 255) = 48.3%

 BLUE value IS 9 (3.91% from 255) = 2.56%

R = 49.15%
G = 48.3%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#ADAA09 (or 0xADAA09) is known color: Citrus. HEX triplet: AD, AA and 09. RGB value is (173,170,9). Sum of RGB (Red+Green+Blue) = 173+170+9=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA09 is #5255F6. Grayscale: #999999. Windows color (decimal): -5395959 or 633517. OLE color: 633517.

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

Color convert

RGB 173 170 9 -
CMYK 0 0.02 0.95 0.32
HSL 58.9º 0.9% 0.36% -
HSV(B) 58.9º 0.95% 0.68% -
XYZ 31.66 37.65 5.86 -
YUV 152.54 46.99 142.59 -
System Red Green Blue C M Y K H S L
Decimal 173 170 9 0 0.02 0.95 0.32 58.9 0.9 0.36
Hex AD AA 9 0 2 5F 20 3B 5A 24
Octal 255 252 11 0 2 137 40 73 132 44
Binary 10101101 10101010 1001 0 10 1011111 100000 111011 1011010 100100

Color Harmonies of #ADAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA09

Black with #ADAA09

Text Example


Text Example

White with #ADAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA09; }

 p { color: rgb(173,170,9); }

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

background-color css

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

 a { background-color: rgb(173,170,9); }

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

border-color css

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

 span { border-color: rgb(173,170,9); }

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