Html Css Color HEX #AEAF0A Citrus

📋 copy color: '#AEAF0A'

red 174 ◦ green 175 ◦ blue 10

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

Shades of Citrus #AEAF0A

Tints of Citrus #AEAF0A

RGB

 RED value IS 174 (68.36% from 255) = 48.47%

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

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 48.47%
G = 48.75%
B = 2.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AEAF0A (or 0xAEAF0A) is known color: Citrus. HEX triplet: AE, AF and 0A. RGB value is (174,175,10). Sum of RGB (Red+Green+Blue) = 174+175+10=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AEAF0A is #5150F5. Grayscale: #9C9C9C. Windows color (decimal): -5329142 or 700334. OLE color: 700334.

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

Color convert

RGB 174 175 10 -
CMYK 0.01 0 0.94 0.31
HSL 60.36º 0.89% 0.36% -
HSV(B) 60.36º 0.94% 0.69% -
XYZ 32.84 39.68 6.22 -
YUV 155.89 45.67 140.92 -
System Red Green Blue C M Y K H S L
Decimal 174 175 10 0.01 0 0.94 0.31 60.36 0.89 0.36
Hex AE AF A 1 0 5E 1F 3C 59 24
Octal 256 257 12 1 0 136 37 74 131 44
Binary 10101110 10101111 1010 1 0 1011110 11111 111100 1011001 100100

Color Harmonies of #AEAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF0A

Black with #AEAF0A

Text Example


Text Example

White with #AEAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF0A; }

 p { color: rgb(174,175,10); }

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

background-color css

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

 a { background-color: rgb(174,175,10); }

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

border-color css

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

 span { border-color: rgb(174,175,10); }

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