Html Css Color HEX #A4882B Reef Gold

📋 copy color: '#A4882B'

red 164 ◦ green 136 ◦ blue 43

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

Shades of Reef Gold #A4882B

Tints of Reef Gold #A4882B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 47.81%
G = 39.65%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4882B (or 0xA4882B) is known color: Reef Gold. HEX triplet: A4, 88 and 2B. RGB value is (164,136,43). Sum of RGB (Red+Green+Blue) = 164+136+43=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4882B is #5B77D4. Grayscale: #868686. Windows color (decimal): -5994453 or 2853028. OLE color: 2853028.

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

Color convert

RGB 164 136 43 -
CMYK 0 0.17 0.74 0.36
HSL 46.12º 0.58% 0.41% -
HSV(B) 46.12º 0.74% 0.64% -
XYZ 24.55 25.68 5.95 -
YUV 133.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 164 136 43 0 0.17 0.74 0.36 46.12 0.58 0.41
Hex A4 88 2B 0 11 4A 24 2E 3A 29
Octal 244 210 53 0 21 112 44 56 72 51
Binary 10100100 10001000 101011 0 10001 1001010 100100 101110 111010 101001

Color Harmonies of #A4882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4882B

Black with #A4882B

Text Example


Text Example

White with #A4882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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