Html Css Color HEX #A3973F Reef Gold

📋 copy color: '#A3973F'

red 163 ◦ green 151 ◦ blue 63

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

Shades of Reef Gold #A3973F

Tints of Reef Gold #A3973F

RGB

 RED value IS 163 (64.06% from 255) = 43.24%

 GREEN value IS 151 (59.38% from 255) = 40.05%

 BLUE value IS 63 (25% from 255) = 16.71%

R = 43.24%
G = 40.05%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3973F (or 0xA3973F) is known color: Reef Gold. HEX triplet: A3, 97 and 3F. RGB value is (163,151,63). Sum of RGB (Red+Green+Blue) = 163+151+63=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3973F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3973F is #5C68C0. Grayscale: #909090. Windows color (decimal): -6056129 or 4167587. OLE color: 4167587.

HSL color Cylindrical-coordinate representation of color #A3973F: hue angle of 52.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3973F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 151 63 -
CMYK 0 0.07 0.61 0.36
HSL 52.8º 0.44% 0.44% -
HSV(B) 52.8º 0.61% 0.64% -
XYZ 27.07 30.28 9.12 -
YUV 144.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 163 151 63 0 0.07 0.61 0.36 52.8 0.44 0.44
Hex A3 97 3F 0 7 3D 24 35 2C 2C
Octal 243 227 77 0 7 75 44 65 54 54
Binary 10100011 10010111 111111 0 111 111101 100100 110101 101100 101100

Color Harmonies of #A3973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3973F

Black with #A3973F

Text Example


Text Example

White with #A3973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3973F; }

 p { color: rgb(163,151,63); }

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

background-color css

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

 a { background-color: rgb(163,151,63); }

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

border-color css

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

 span { border-color: rgb(163,151,63); }

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