Html Css Color HEX #A1A70F Citrus

📋 copy color: '#A1A70F'

red 161 ◦ green 167 ◦ blue 15

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

Shades of Citrus #A1A70F

Tints of Citrus #A1A70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.37%

R = 46.94%
G = 48.69%
B = 4.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A1A70F (or 0xA1A70F) is known color: Citrus. HEX triplet: A1, A7 and 0F. RGB value is (161,167,15). Sum of RGB (Red+Green+Blue) = 161+167+15=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 167 (65.62% from 255 or 48.69% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A70F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A70F is #5E58F0. Grayscale: #949494. Windows color (decimal): -6183153 or 1025953. OLE color: 1025953.

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

Color convert

RGB 161 167 15 -
CMYK 0.04 0 0.91 0.35
HSL 62.37º 0.84% 0.36% -
HSV(B) 62.37º 0.91% 0.65% -
XYZ 28.6 35.25 5.75 -
YUV 147.88 53.01 137.36 -
System Red Green Blue C M Y K H S L
Decimal 161 167 15 0.04 0 0.91 0.35 62.37 0.84 0.36
Hex A1 A7 F 4 0 5B 23 3E 54 24
Octal 241 247 17 4 0 133 43 76 124 44
Binary 10100001 10100111 1111 100 0 1011011 100011 111110 1010100 100100

Color Harmonies of #A1A70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A70F

Black with #A1A70F

Text Example


Text Example

White with #A1A70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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