Html Css Color HEX #A2AE0D Citrus

📋 copy color: '#A2AE0D'

red 162 ◦ green 174 ◦ blue 13

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

Shades of Citrus #A2AE0D

Tints of Citrus #A2AE0D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.86%

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

R = 46.42%
G = 49.86%
B = 3.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#A2AE0D (or 0xA2AE0D) is known color: Citrus. HEX triplet: A2, AE and 0D. RGB value is (162,174,13). Sum of RGB (Red+Green+Blue) = 162+174+13=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #A2AE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AE0D is #5D51F2. Grayscale: #989898. Windows color (decimal): -6115827 or 896674. OLE color: 896674.

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

Color convert

RGB 162 174 13 -
CMYK 0.07 0 0.93 0.32
HSL 64.47º 0.86% 0.37% -
HSV(B) 64.47º 0.93% 0.68% -
XYZ 30.11 37.98 6.13 -
YUV 152.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 162 174 13 0.07 0 0.93 0.32 64.47 0.86 0.37
Hex A2 AE D 7 0 5D 20 40 56 25
Octal 242 256 15 7 0 135 40 100 126 45
Binary 10100010 10101110 1101 111 0 1011101 100000 1000000 1010110 100101

Color Harmonies of #A2AE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AE0D

Black with #A2AE0D

Text Example


Text Example

White with #A2AE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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