Html Css Color HEX #A2A50D Citrus

📋 copy color: '#A2A50D'

red 162 ◦ green 165 ◦ blue 13

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

Shades of Citrus #A2A50D

Tints of Citrus #A2A50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.53%

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

R = 47.65%
G = 48.53%
B = 3.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A2A50D (or 0xA2A50D) is known color: Citrus. HEX triplet: A2, A5 and 0D. RGB value is (162,165,13). Sum of RGB (Red+Green+Blue) = 162+165+13=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 165 (64.84% from 255 or 48.53% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A50D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2A50D is #5D5AF2. Grayscale: #939393. Windows color (decimal): -6118131 or 894370. OLE color: 894370.

HSL color Cylindrical-coordinate representation of color #A2A50D: hue angle of 61.18º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2A50D is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 165 13 -
CMYK 0.02 0 0.92 0.35
HSL 61.18º 0.85% 0.35% -
HSV(B) 61.18º 0.92% 0.65% -
XYZ 28.43 34.62 5.56 -
YUV 146.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 162 165 13 0.02 0 0.92 0.35 61.18 0.85 0.35
Hex A2 A5 D 2 0 5C 23 3D 55 23
Octal 242 245 15 2 0 134 43 75 125 43
Binary 10100010 10100101 1101 10 0 1011100 100011 111101 1010101 100011

Color Harmonies of #A2A50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A50D

Black with #A2A50D

Text Example


Text Example

White with #A2A50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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