Html Css Color HEX #A4963F Reef Gold

📋 copy color: '#A4963F'

red 164 ◦ green 150 ◦ blue 63

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

Shades of Reef Gold #A4963F

Tints of Reef Gold #A4963F

RGB

 RED value IS 164 (64.45% from 255) = 43.5%

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 43.5%
G = 39.79%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4963F (or 0xA4963F) is known color: Reef Gold. HEX triplet: A4, 96 and 3F. RGB value is (164,150,63). Sum of RGB (Red+Green+Blue) = 164+150+63=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4963F is #5B69C0. Grayscale: #909090. Windows color (decimal): -5990849 or 4167332. OLE color: 4167332.

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

Color convert

RGB 164 150 63 -
CMYK 0 0.09 0.62 0.36
HSL 51.68º 0.44% 0.45% -
HSV(B) 51.68º 0.62% 0.64% -
XYZ 27.11 30.06 9.08 -
YUV 144.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 164 150 63 0 0.09 0.62 0.36 51.68 0.44 0.45
Hex A4 96 3F 0 9 3E 24 34 2C 2D
Octal 244 226 77 0 11 76 44 64 54 55
Binary 10100100 10010110 111111 0 1001 111110 100100 110100 101100 101101

Color Harmonies of #A4963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4963F

Black with #A4963F

Text Example


Text Example

White with #A4963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4963F; }

 p { color: rgb(164,150,63); }

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

background-color css

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

 a { background-color: rgb(164,150,63); }

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

border-color css

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

 span { border-color: rgb(164,150,63); }

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