Html Css Color HEX #A3872C Reef Gold

📋 copy color: '#A3872C'

red 163 ◦ green 135 ◦ blue 44

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

Shades of Reef Gold #A3872C

Tints of Reef Gold #A3872C

RGB

 RED value IS 163 (64.06% from 255) = 47.66%

 GREEN value IS 135 (53.13% from 255) = 39.47%

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 47.66%
G = 39.47%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A3872C (or 0xA3872C) is known color: Reef Gold. HEX triplet: A3, 87 and 2C. RGB value is (163,135,44). Sum of RGB (Red+Green+Blue) = 163+135+44=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3872C is #5C78D3. Grayscale: #858585. Windows color (decimal): -6060244 or 2918307. OLE color: 2918307.

HSL color Cylindrical-coordinate representation of color #A3872C: hue angle of 45.88º 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 #A3872C is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 135 44 -
CMYK 0 0.17 0.73 0.36
HSL 45.88º 0.57% 0.41% -
HSV(B) 45.88º 0.73% 0.64% -
XYZ 24.22 25.3 5.99 -
YUV 133 77.78 149.4 -
System Red Green Blue C M Y K H S L
Decimal 163 135 44 0 0.17 0.73 0.36 45.88 0.57 0.41
Hex A3 87 2C 0 11 49 24 2E 39 29
Octal 243 207 54 0 21 111 44 56 71 51
Binary 10100011 10000111 101100 0 10001 1001001 100100 101110 111001 101001

Color Harmonies of #A3872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3872C

Black with #A3872C

Text Example


Text Example

White with #A3872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3872C; }

 p { color: rgb(163,135,44); }

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

background-color css

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

 a { background-color: rgb(163,135,44); }

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

border-color css

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

 span { border-color: rgb(163,135,44); }

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