Html Css Color HEX #A5872E Reef Gold

📋 copy color: '#A5872E'

red 165 ◦ green 135 ◦ blue 46

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

Shades of Reef Gold #A5872E

Tints of Reef Gold #A5872E

RGB

 RED value IS 165 (64.84% from 255) = 47.69%

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

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

R = 47.69%
G = 39.02%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5872E (or 0xA5872E) is known color: Reef Gold. HEX triplet: A5, 87 and 2E. RGB value is (165,135,46). Sum of RGB (Red+Green+Blue) = 165+135+46=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5872E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5872E is #5A78D1. Grayscale: #868686. Windows color (decimal): -5929170 or 3049381. OLE color: 3049381.

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

Color convert

RGB 165 135 46 -
CMYK 0 0.18 0.72 0.35
HSL 44.87º 0.56% 0.41% -
HSV(B) 44.87º 0.72% 0.65% -
XYZ 24.67 25.52 6.21 -
YUV 133.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 165 135 46 0 0.18 0.72 0.35 44.87 0.56 0.41
Hex A5 87 2E 0 12 48 23 2D 38 29
Octal 245 207 56 0 22 110 43 55 70 51
Binary 10100101 10000111 101110 0 10010 1001000 100011 101101 111000 101001

Color Harmonies of #A5872E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5872E

Black with #A5872E

Text Example


Text Example

White with #A5872E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5872E; }

 p { color: rgb(165,135,46); }

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

background-color css

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

 a { background-color: rgb(165,135,46); }

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

border-color css

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

 span { border-color: rgb(165,135,46); }

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