Html Css Color HEX #A4842F Reef Gold

📋 copy color: '#A4842F'

red 164 ◦ green 132 ◦ blue 47

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

Shades of Reef Gold #A4842F

Tints of Reef Gold #A4842F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.48%

 BLUE value IS 47 (18.75% from 255) = 13.7%

R = 47.81%
G = 38.48%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4842F (or 0xA4842F) is known color: Reef Gold. HEX triplet: A4, 84 and 2F. RGB value is (164,132,47). Sum of RGB (Red+Green+Blue) = 164+132+47=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4842F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4842F is #5B7BD0. Grayscale: #848484. Windows color (decimal): -5995473 or 3114148. OLE color: 3114148.

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

Color convert

RGB 164 132 47 -
CMYK 0 0.20 0.71 0.36
HSL 43.59º 0.55% 0.41% -
HSV(B) 43.59º 0.71% 0.64% -
XYZ 24.07 24.6 6.17 -
YUV 131.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 164 132 47 0 0.20 0.71 0.36 43.59 0.55 0.41
Hex A4 84 2F 0 14 47 24 2C 37 29
Octal 244 204 57 0 24 107 44 54 67 51
Binary 10100100 10000100 101111 0 10100 1000111 100100 101100 110111 101001

Color Harmonies of #A4842F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4842F

Black with #A4842F

Text Example


Text Example

White with #A4842F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4842F; }

 p { color: rgb(164,132,47); }

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

background-color css

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

 a { background-color: rgb(164,132,47); }

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

border-color css

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

 span { border-color: rgb(164,132,47); }

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