Html Css Color HEX #A4882E Reef Gold

📋 copy color: '#A4882E'

red 164 ◦ green 136 ◦ blue 46

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

Shades of Reef Gold #A4882E

Tints of Reef Gold #A4882E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.31%

 BLUE value IS 46 (18.36% from 255) = 13.29%

R = 47.4%
G = 39.31%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4882E (or 0xA4882E) is known color: Reef Gold. HEX triplet: A4, 88 and 2E. RGB value is (164,136,46). Sum of RGB (Red+Green+Blue) = 164+136+46=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4882E is #5B77D1. Grayscale: #868686. Windows color (decimal): -5994450 or 3049636. OLE color: 3049636.

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

Color convert

RGB 164 136 46 -
CMYK 0 0.17 0.72 0.36
HSL 45.76º 0.56% 0.41% -
HSV(B) 45.76º 0.72% 0.64% -
XYZ 24.61 25.7 6.25 -
YUV 134.11 78.28 149.32 -
System Red Green Blue C M Y K H S L
Decimal 164 136 46 0 0.17 0.72 0.36 45.76 0.56 0.41
Hex A4 88 2E 0 11 48 24 2E 38 29
Octal 244 210 56 0 21 110 44 56 70 51
Binary 10100100 10001000 101110 0 10001 1001000 100100 101110 111000 101001

Color Harmonies of #A4882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4882E

Black with #A4882E

Text Example


Text Example

White with #A4882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4882E; }

 p { color: rgb(164,136,46); }

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

background-color css

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

 a { background-color: rgb(164,136,46); }

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

border-color css

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

 span { border-color: rgb(164,136,46); }

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