Html Css Color HEX #A3AA0D Citrus

📋 copy color: '#A3AA0D'

red 163 ◦ green 170 ◦ blue 13

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

Shades of Citrus #A3AA0D

Tints of Citrus #A3AA0D

RGB

 RED value IS 163 (64.06% from 255) = 47.11%

 GREEN value IS 170 (66.8% from 255) = 49.13%

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

R = 47.11%
G = 49.13%
B = 3.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#A3AA0D (or 0xA3AA0D) is known color: Citrus. HEX triplet: A3, AA and 0D. RGB value is (163,170,13). Sum of RGB (Red+Green+Blue) = 163+170+13=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3AA0D is #5C55F2. Grayscale: #969696. Windows color (decimal): -6051315 or 895651. OLE color: 895651.

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

Color convert

RGB 163 170 13 -
CMYK 0.04 0 0.92 0.33
HSL 62.68º 0.86% 0.36% -
HSV(B) 62.68º 0.92% 0.67% -
XYZ 29.55 36.57 5.88 -
YUV 150.01 50.68 137.27 -
System Red Green Blue C M Y K H S L
Decimal 163 170 13 0.04 0 0.92 0.33 62.68 0.86 0.36
Hex A3 AA D 4 0 5C 21 3F 56 24
Octal 243 252 15 4 0 134 41 77 126 44
Binary 10100011 10101010 1101 100 0 1011100 100001 111111 1010110 100100

Color Harmonies of #A3AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AA0D

Black with #A3AA0D

Text Example


Text Example

White with #A3AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AA0D; }

 p { color: rgb(163,170,13); }

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

background-color css

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

 a { background-color: rgb(163,170,13); }

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

border-color css

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

 span { border-color: rgb(163,170,13); }

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