Html Css Color HEX #A4862D Reef Gold

📋 copy color: '#A4862D'

red 164 ◦ green 134 ◦ blue 45

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

Shades of Reef Gold #A4862D

Tints of Reef Gold #A4862D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.07%

 BLUE value IS 45 (17.97% from 255) = 13.12%

R = 47.81%
G = 39.07%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4862D (or 0xA4862D) is known color: Reef Gold. HEX triplet: A4, 86 and 2D. RGB value is (164,134,45). Sum of RGB (Red+Green+Blue) = 164+134+45=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4862D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4862D is #5B79D2. Grayscale: #858585. Windows color (decimal): -5994963 or 2983588. OLE color: 2983588.

HSL color Cylindrical-coordinate representation of color #A4862D: hue angle of 44.87º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4862D is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 45 -
CMYK 0 0.18 0.73 0.36
HSL 44.87º 0.57% 0.41% -
HSV(B) 44.87º 0.73% 0.64% -
XYZ 24.31 25.13 6.05 -
YUV 132.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 164 134 45 0 0.18 0.73 0.36 44.87 0.57 0.41
Hex A4 86 2D 0 12 49 24 2D 39 29
Octal 244 206 55 0 22 111 44 55 71 51
Binary 10100100 10000110 101101 0 10010 1001001 100100 101101 111001 101001

Color Harmonies of #A4862D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4862D

Black with #A4862D

Text Example


Text Example

White with #A4862D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4862D; }

 p { color: rgb(164,134,45); }

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

background-color css

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

 a { background-color: rgb(164,134,45); }

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

border-color css

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

 span { border-color: rgb(164,134,45); }

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