#C6AE07

Color #C6AE07 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C6AE07

Tints of La Rioja #C6AE07

Color information

#C6AE07 (or 0xC6AE07) is unknown color: approx La Rioja. HEX triplet: C6, AE and 07. RGB value is (198,174,7). Sum of RGB (Red+Green+Blue) = 198+174+7=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 7 (3.12% from 255 or 1.85% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AE07 is #3951F8. Grayscale: #A2A2A2. Windows color (decimal): -3756537 or 503494. OLE color: 503494.

HSL color Cylindrical-coordinate representation of color #C6AE07: hue angle of 52.46º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6AE07 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1981747-
CMYK00.120.960.22
HSL52.46º93.17%40.2%-
HSV(B)52.46º96.46%77.65%-
XYZ38.4642.296.34-
YUV162.1440.45153.58-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.24%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 7 (3.12% from 255) = 1.85%
R=52.24%
G=45.91%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198174700.120.960.2252.4693.1740.2
HexC6AE70C6016345d28
Octal3062567014140266413550
Binary1100011010101110111011001100000101101101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AE07; }

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

 H1.HeaderClassName
 {
   color: #C6AE07;
 }
 .AnyTagClassName
 {
   color: #C6AE07;
 }
</style>
background-color css

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

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

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

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

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

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