Html Css Color HEX #A1A703 Citrus

📋 copy color: '#A1A703'

red 161 ◦ green 167 ◦ blue 3

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

Shades of Citrus #A1A703

Tints of Citrus #A1A703

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.45%

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 48.64%
G = 50.45%
B = 0.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A1A703 (or 0xA1A703) is known color: Citrus. HEX triplet: A1, A7 and 03. RGB value is (161,167,3). Sum of RGB (Red+Green+Blue) = 161+167+3=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 167 (65.62% from 255 or 50.45% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A703 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A703 is #5E58FC. Grayscale: #939393. Windows color (decimal): -6183165 or 239521. OLE color: 239521.

HSL color Cylindrical-coordinate representation of color #A1A703: hue angle of 62.2º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A1A703 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 167 3 -
CMYK 0.04 0 0.98 0.35
HSL 62.2º 0.96% 0.33% -
HSV(B) 62.2º 0.98% 0.65% -
XYZ 28.53 35.22 5.38 -
YUV 146.51 47.01 138.34 -
System Red Green Blue C M Y K H S L
Decimal 161 167 3 0.04 0 0.98 0.35 62.2 0.96 0.33
Hex A1 A7 3 4 0 62 23 3E 60 21
Octal 241 247 3 4 0 142 43 76 140 41
Binary 10100001 10100111 11 100 0 1100010 100011 111110 1100000 100001

Color Harmonies of #A1A703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A703

Black with #A1A703

Text Example


Text Example

White with #A1A703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A703; }

 p { color: rgb(161,167,3); }

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

background-color css

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

 a { background-color: rgb(161,167,3); }

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

border-color css

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

 span { border-color: rgb(161,167,3); }

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