Html Css Color HEX #A4913B Reef Gold

📋 copy color: '#A4913B'

red 164 ◦ green 145 ◦ blue 59

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

Shades of Reef Gold #A4913B

Tints of Reef Gold #A4913B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.03%

R = 44.57%
G = 39.4%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4913B (or 0xA4913B) is known color: Reef Gold. HEX triplet: A4, 91 and 3B. RGB value is (164,145,59). Sum of RGB (Red+Green+Blue) = 164+145+59=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 59 (23.44% from 255 or 16.03% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4913B is #5B6EC4. Grayscale: #8D8D8D. Windows color (decimal): -5992133 or 3903908. OLE color: 3903908.

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

Color convert

RGB 164 145 59 -
CMYK 0 0.12 0.64 0.36
HSL 49.14º 0.47% 0.44% -
HSV(B) 49.14º 0.64% 0.64% -
XYZ 26.22 28.46 8.25 -
YUV 140.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 164 145 59 0 0.12 0.64 0.36 49.14 0.47 0.44
Hex A4 91 3B 0 C 40 24 31 2F 2C
Octal 244 221 73 0 14 100 44 61 57 54
Binary 10100100 10010001 111011 0 1100 1000000 100100 110001 101111 101100

Color Harmonies of #A4913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4913B

Black with #A4913B

Text Example


Text Example

White with #A4913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4913B; }

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

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

background-color css

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

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

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

border-color css

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

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

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