Html Css Color HEX #A4913C Reef Gold

📋 copy color: '#A4913C'

red 164 ◦ green 145 ◦ blue 60

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

Shades of Reef Gold #A4913C

Tints of Reef Gold #A4913C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.3%

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 44.44%
G = 39.3%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4913C (or 0xA4913C) is known color: Reef Gold. HEX triplet: A4, 91 and 3C. RGB value is (164,145,60). Sum of RGB (Red+Green+Blue) = 164+145+60=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A4913C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4913C is #5B6EC3. Grayscale: #8D8D8D. Windows color (decimal): -5992132 or 3969444. OLE color: 3969444.

HSL color Cylindrical-coordinate representation of color #A4913C: hue angle of 49.04º 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 #A4913C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 145 60 -
CMYK 0 0.12 0.63 0.36
HSL 49.04º 0.46% 0.44% -
HSV(B) 49.04º 0.63% 0.64% -
XYZ 26.25 28.47 8.39 -
YUV 140.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 164 145 60 0 0.12 0.63 0.36 49.04 0.46 0.44
Hex A4 91 3C 0 C 3F 24 31 2E 2C
Octal 244 221 74 0 14 77 44 61 56 54
Binary 10100100 10010001 111100 0 1100 111111 100100 110001 101110 101100

Color Harmonies of #A4913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4913C

Black with #A4913C

Text Example


Text Example

White with #A4913C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4913C; }

 p { color: rgb(164,145,60); }

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

background-color css

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

 a { background-color: rgb(164,145,60); }

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

border-color css

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

 span { border-color: rgb(164,145,60); }

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