Html Css Color HEX #C7AA3A Old Gold

📋 copy color: '#C7AA3A'

red 199 ◦ green 170 ◦ blue 58

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

Shades of Old Gold #C7AA3A

Tints of Old Gold #C7AA3A

RGB

 RED value IS 199 (78.13% from 255) = 46.6%

 GREEN value IS 170 (66.8% from 255) = 39.81%

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

R = 46.6%
G = 39.81%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7AA3A (or 0xC7AA3A) is known color: Old Gold. HEX triplet: C7, AA and 3A. RGB value is (199,170,58). Sum of RGB (Red+Green+Blue) = 199+170+58=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AA3A is #3855C5. Grayscale: #A6A6A6. Windows color (decimal): -3691974 or 3844807. OLE color: 3844807.

HSL color Cylindrical-coordinate representation of color #C7AA3A: hue angle of 47.66º degrees, saturation: 0.56, 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 #C7AA3A is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 170 58 -
CMYK 0 0.15 0.71 0.22
HSL 47.66º 0.56% 0.5% -
HSV(B) 47.66º 0.71% 0.78% -
XYZ 38.69 41.2 9.92 -
YUV 165.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 199 170 58 0 0.15 0.71 0.22 47.66 0.56 0.5
Hex C7 AA 3A 0 F 47 16 30 38 32
Octal 307 252 72 0 17 107 26 60 70 62
Binary 11000111 10101010 111010 0 1111 1000111 10110 110000 111000 110010

Color Harmonies of #C7AA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA3A

Black with #C7AA3A

Text Example


Text Example

White with #C7AA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA3A; }

 p { color: rgb(199,170,58); }

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

background-color css

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

 a { background-color: rgb(199,170,58); }

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

border-color css

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

 span { border-color: rgb(199,170,58); }

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