Html Css Color HEX #A8AD09 Citrus

📋 copy color: '#A8AD09'

red 168 ◦ green 173 ◦ blue 9

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

Shades of Citrus #A8AD09

Tints of Citrus #A8AD09

RGB

 RED value IS 168 (66.02% from 255) = 48%

 GREEN value IS 173 (67.97% from 255) = 49.43%

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

R = 48%
G = 49.43%
B = 2.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#A8AD09 (or 0xA8AD09) is known color: Citrus. HEX triplet: A8, AD and 09. RGB value is (168,173,9). Sum of RGB (Red+Green+Blue) = 168+173+9=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 173 (67.97% from 255 or 49.43% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8AD09 is #5752F6. Grayscale: #999999. Windows color (decimal): -5722871 or 634280. OLE color: 634280.

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

Color convert

RGB 168 173 9 -
CMYK 0.03 0 0.95 0.32
HSL 61.83º 0.9% 0.36% -
HSV(B) 61.83º 0.95% 0.68% -
XYZ 31.14 38.23 6 -
YUV 152.81 46.84 138.84 -
System Red Green Blue C M Y K H S L
Decimal 168 173 9 0.03 0 0.95 0.32 61.83 0.9 0.36
Hex A8 AD 9 3 0 5F 20 3E 5A 24
Octal 250 255 11 3 0 137 40 76 132 44
Binary 10101000 10101101 1001 11 0 1011111 100000 111110 1011010 100100

Color Harmonies of #A8AD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AD09

Black with #A8AD09

Text Example


Text Example

White with #A8AD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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