Html Css Color HEX #A1A30D Citrus

📋 copy color: '#A1A30D'

red 161 ◦ green 163 ◦ blue 13

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

Shades of Citrus #A1A30D

Tints of Citrus #A1A30D

RGB

 RED value IS 161 (63.28% from 255) = 47.77%

 GREEN value IS 163 (64.06% from 255) = 48.37%

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

R = 47.77%
G = 48.37%
B = 3.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A1A30D (or 0xA1A30D) is known color: Citrus. HEX triplet: A1, A3 and 0D. RGB value is (161,163,13). Sum of RGB (Red+Green+Blue) = 161+163+13=337 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.77% from 337); Green value is 163 (64.06% from 255 or 48.37% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A30D is #5E5CF2. Grayscale: #919191. Windows color (decimal): -6184179 or 893857. OLE color: 893857.

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

Color convert

RGB 161 163 13 -
CMYK 0.01 0 0.92 0.36
HSL 60.8º 0.85% 0.35% -
HSV(B) 60.8º 0.92% 0.64% -
XYZ 27.87 33.8 5.44 -
YUV 145.3 53.34 139.2 -
System Red Green Blue C M Y K H S L
Decimal 161 163 13 0.01 0 0.92 0.36 60.8 0.85 0.35
Hex A1 A3 D 1 0 5C 24 3D 55 23
Octal 241 243 15 1 0 134 44 75 125 43
Binary 10100001 10100011 1101 1 0 1011100 100100 111101 1010101 100011

Color Harmonies of #A1A30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A30D

Black with #A1A30D

Text Example


Text Example

White with #A1A30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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