Html Css Color HEX #A0AF1A Citrus

📋 copy color: '#A0AF1A'

red 160 ◦ green 175 ◦ blue 26

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

Shades of Citrus #A0AF1A

Tints of Citrus #A0AF1A

RGB

 RED value IS 160 (62.89% from 255) = 44.32%

 GREEN value IS 175 (68.75% from 255) = 48.48%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 44.32%
G = 48.48%
B = 7.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#A0AF1A (or 0xA0AF1A) is known color: Citrus. HEX triplet: A0, AF and 1A. RGB value is (160,175,26). Sum of RGB (Red+Green+Blue) = 160+175+26=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AF1A is #5F50E5. Grayscale: #9A9A9A. Windows color (decimal): -6246630 or 1748896. OLE color: 1748896.

HSL color Cylindrical-coordinate representation of color #A0AF1A: hue angle of 66.04º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0AF1A is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 26 -
CMYK 0.09 0 0.85 0.31
HSL 66.04º 0.74% 0.39% -
HSV(B) 66.04º 0.85% 0.69% -
XYZ 30.01 38.21 6.77 -
YUV 153.53 56.03 132.62 -
System Red Green Blue C M Y K H S L
Decimal 160 175 26 0.09 0 0.85 0.31 66.04 0.74 0.39
Hex A0 AF 1A 9 0 55 1F 42 4A 27
Octal 240 257 32 11 0 125 37 102 112 47
Binary 10100000 10101111 11010 1001 0 1010101 11111 1000010 1001010 100111

Color Harmonies of #A0AF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF1A

Black with #A0AF1A

Text Example


Text Example

White with #A0AF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF1A; }

 p { color: rgb(160,175,26); }

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

background-color css

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

 a { background-color: rgb(160,175,26); }

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

border-color css

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

 span { border-color: rgb(160,175,26); }

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