Html Css Color HEX #A4963D Reef Gold

📋 copy color: '#A4963D'

red 164 ◦ green 150 ◦ blue 61

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

Shades of Reef Gold #A4963D

Tints of Reef Gold #A4963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.27%

R = 43.73%
G = 40%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4963D (or 0xA4963D) is known color: Reef Gold. HEX triplet: A4, 96 and 3D. RGB value is (164,150,61). Sum of RGB (Red+Green+Blue) = 164+150+61=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4963D is #5B69C2. Grayscale: #909090. Windows color (decimal): -5990851 or 4036260. OLE color: 4036260.

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

Color convert

RGB 164 150 61 -
CMYK 0 0.09 0.63 0.36
HSL 51.84º 0.46% 0.44% -
HSV(B) 51.84º 0.63% 0.64% -
XYZ 27.06 30.04 8.79 -
YUV 144.04 81.14 142.24 -
System Red Green Blue C M Y K H S L
Decimal 164 150 61 0 0.09 0.63 0.36 51.84 0.46 0.44
Hex A4 96 3D 0 9 3F 24 34 2E 2C
Octal 244 226 75 0 11 77 44 64 56 54
Binary 10100100 10010110 111101 0 1001 111111 100100 110100 101110 101100

Color Harmonies of #A4963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4963D

Black with #A4963D

Text Example


Text Example

White with #A4963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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