Html Css Color HEX #A1AE07 Citrus

📋 copy color: '#A1AE07'

red 161 ◦ green 174 ◦ blue 7

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

Shades of Citrus #A1AE07

Tints of Citrus #A1AE07

RGB

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

 GREEN value IS 174 (68.36% from 255) = 50.88%

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

R = 47.08%
G = 50.88%
B = 2.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#A1AE07 (or 0xA1AE07) is known color: Citrus. HEX triplet: A1, AE and 07. RGB value is (161,174,7). Sum of RGB (Red+Green+Blue) = 161+174+7=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AE07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1AE07 is #5E51F8. Grayscale: #979797. Windows color (decimal): -6181369 or 503457. OLE color: 503457.

HSL color Cylindrical-coordinate representation of color #A1AE07: hue angle of 64.67º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1AE07 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 161 174 7 -
CMYK 0.07 0 0.96 0.32
HSL 64.67º 0.92% 0.35% -
HSV(B) 64.67º 0.96% 0.68% -
XYZ 29.87 37.86 5.94 -
YUV 151.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 161 174 7 0.07 0 0.96 0.32 64.67 0.92 0.35
Hex A1 AE 7 7 0 60 20 41 5C 23
Octal 241 256 7 7 0 140 40 101 134 43
Binary 10100001 10101110 111 111 0 1100000 100000 1000001 1011100 100011

Color Harmonies of #A1AE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AE07

Black with #A1AE07

Text Example


Text Example

White with #A1AE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AE07; }

 p { color: rgb(161,174,7); }

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

background-color css

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

 a { background-color: rgb(161,174,7); }

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

border-color css

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

 span { border-color: rgb(161,174,7); }

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