Html Css Color HEX #A2AD0D Citrus

📋 copy color: '#A2AD0D'

red 162 ◦ green 173 ◦ blue 13

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

Shades of Citrus #A2AD0D

Tints of Citrus #A2AD0D

RGB

 RED value IS 162 (63.67% from 255) = 46.55%

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

 BLUE value IS 13 (5.47% from 255) = 3.74%

R = 46.55%
G = 49.71%
B = 3.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#A2AD0D (or 0xA2AD0D) is known color: Citrus. HEX triplet: A2, AD and 0D. RGB value is (162,173,13). Sum of RGB (Red+Green+Blue) = 162+173+13=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AD0D is #5D52F2. Grayscale: #989898. Windows color (decimal): -6116083 or 896418. OLE color: 896418.

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

Color convert

RGB 162 173 13 -
CMYK 0.06 0 0.92 0.32
HSL 64.13º 0.86% 0.36% -
HSV(B) 64.13º 0.92% 0.68% -
XYZ 29.92 37.6 6.06 -
YUV 151.47 49.86 135.51 -
System Red Green Blue C M Y K H S L
Decimal 162 173 13 0.06 0 0.92 0.32 64.13 0.86 0.36
Hex A2 AD D 6 0 5C 20 40 56 24
Octal 242 255 15 6 0 134 40 100 126 44
Binary 10100010 10101101 1101 110 0 1011100 100000 1000000 1010110 100100

Color Harmonies of #A2AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD0D

Black with #A2AD0D

Text Example


Text Example

White with #A2AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD0D; }

 p { color: rgb(162,173,13); }

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

background-color css

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

 a { background-color: rgb(162,173,13); }

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

border-color css

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

 span { border-color: rgb(162,173,13); }

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