Html Css Color HEX #AFCA0A La Rioja

📋 copy color: '#AFCA0A'

red 175 ◦ green 202 ◦ blue 10

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

Shades of La Rioja #AFCA0A

Tints of La Rioja #AFCA0A

RGB

 RED value IS 175 (68.75% from 255) = 45.22%

 GREEN value IS 202 (79.3% from 255) = 52.2%

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

R = 45.22%
G = 52.2%
B = 2.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#AFCA0A (or 0xAFCA0A) is known color: La Rioja. HEX triplet: AF, CA and 0A. RGB value is (175,202,10). Sum of RGB (Red+Green+Blue) = 175+202+10=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA0A is #5035F5. Grayscale: #ACACAC. Windows color (decimal): -5256694 or 707247. OLE color: 707247.

HSL color Cylindrical-coordinate representation of color #AFCA0A: hue angle of 68.44º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFCA0A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 10 -
CMYK 0.13 0 0.95 0.21
HSL 68.44º 0.91% 0.42% -
HSV(B) 68.44º 0.95% 0.79% -
XYZ 38.85 51.38 8.16 -
YUV 172.04 36.55 130.11 -
System Red Green Blue C M Y K H S L
Decimal 175 202 10 0.13 0 0.95 0.21 68.44 0.91 0.42
Hex AF CA A D 0 5F 15 44 5B 2A
Octal 257 312 12 15 0 137 25 104 133 52
Binary 10101111 11001010 1010 1101 0 1011111 10101 1000100 1011011 101010

Color Harmonies of #AFCA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA0A

Black with #AFCA0A

Text Example


Text Example

White with #AFCA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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