Html Css Color HEX #C6AF3A Old Gold

📋 copy color: '#C6AF3A'

red 198 ◦ green 175 ◦ blue 58

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

Shades of Old Gold #C6AF3A

Tints of Old Gold #C6AF3A

RGB

 RED value IS 198 (77.73% from 255) = 45.94%

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

 BLUE value IS 58 (23.05% from 255) = 13.46%

R = 45.94%
G = 40.6%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C6AF3A (or 0xC6AF3A) is known color: Old Gold. HEX triplet: C6, AF and 3A. RGB value is (198,175,58). Sum of RGB (Red+Green+Blue) = 198+175+58=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF3A is #3950C5. Grayscale: #A9A9A9. Windows color (decimal): -3756230 or 3846086. OLE color: 3846086.

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

Color convert

RGB 198 175 58 -
CMYK 0 0.12 0.71 0.22
HSL 50.14º 0.55% 0.5% -
HSV(B) 50.14º 0.71% 0.78% -
XYZ 39.38 42.97 10.22 -
YUV 168.54 65.62 149.01 -
System Red Green Blue C M Y K H S L
Decimal 198 175 58 0 0.12 0.71 0.22 50.14 0.55 0.5
Hex C6 AF 3A 0 C 47 16 32 37 32
Octal 306 257 72 0 14 107 26 62 67 62
Binary 11000110 10101111 111010 0 1100 1000111 10110 110010 110111 110010

Color Harmonies of #C6AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF3A

Black with #C6AF3A

Text Example


Text Example

White with #C6AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF3A; }

 p { color: rgb(198,175,58); }

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

background-color css

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

 a { background-color: rgb(198,175,58); }

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

border-color css

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

 span { border-color: rgb(198,175,58); }

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