Html Css Color HEX #A2AD07 Citrus

📋 copy color: '#A2AD07'

red 162 ◦ green 173 ◦ blue 7

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

Shades of Citrus #A2AD07

Tints of Citrus #A2AD07

RGB

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

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

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

R = 47.37%
G = 50.58%
B = 2.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#A2AD07 (or 0xA2AD07) is known color: Citrus. HEX triplet: A2, AD and 07. RGB value is (162,173,7). Sum of RGB (Red+Green+Blue) = 162+173+7=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AD07 is #5D52F8. Grayscale: #979797. Windows color (decimal): -6116089 or 503202. OLE color: 503202.

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

Color convert

RGB 162 173 7 -
CMYK 0.06 0 0.96 0.32
HSL 63.98º 0.92% 0.35% -
HSV(B) 63.98º 0.96% 0.68% -
XYZ 29.88 37.58 5.88 -
YUV 150.79 46.86 136 -
System Red Green Blue C M Y K H S L
Decimal 162 173 7 0.06 0 0.96 0.32 63.98 0.92 0.35
Hex A2 AD 7 6 0 60 20 40 5C 23
Octal 242 255 7 6 0 140 40 100 134 43
Binary 10100010 10101101 111 110 0 1100000 100000 1000000 1011100 100011

Color Harmonies of #A2AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AD07

Black with #A2AD07

Text Example


Text Example

White with #A2AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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