Html Css Color HEX #A0AF07 Citrus

📋 copy color: '#A0AF07'

red 160 ◦ green 175 ◦ blue 7

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

Shades of Citrus #A0AF07

Tints of Citrus #A0AF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 46.78%
G = 51.17%
B = 2.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#A0AF07 (or 0xA0AF07) is known color: Citrus. HEX triplet: A0, AF and 07. RGB value is (160,175,7). Sum of RGB (Red+Green+Blue) = 160+175+7=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF07 is #5F50F8. Grayscale: #989898. Windows color (decimal): -6246649 or 503712. OLE color: 503712.

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

Color convert

RGB 160 175 7 -
CMYK 0.09 0 0.96 0.31
HSL 65.36º 0.92% 0.36% -
HSV(B) 65.36º 0.96% 0.69% -
XYZ 29.87 38.15 5.99 -
YUV 151.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 160 175 7 0.09 0 0.96 0.31 65.36 0.92 0.36
Hex A0 AF 7 9 0 60 1F 41 5C 24
Octal 240 257 7 11 0 140 37 101 134 44
Binary 10100000 10101111 111 1001 0 1100000 11111 1000001 1011100 100100

Color Harmonies of #A0AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF07

Black with #A0AF07

Text Example


Text Example

White with #A0AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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