Html Css Color HEX #A5872B Reef Gold

📋 copy color: '#A5872B'

red 165 ◦ green 135 ◦ blue 43

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

Shades of Reef Gold #A5872B

Tints of Reef Gold #A5872B

RGB

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

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

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

R = 48.1%
G = 39.36%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A5872B (or 0xA5872B) is known color: Reef Gold. HEX triplet: A5, 87 and 2B. RGB value is (165,135,43). Sum of RGB (Red+Green+Blue) = 165+135+43=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A5872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5872B is #5A78D4. Grayscale: #858585. Windows color (decimal): -5929173 or 2852773. OLE color: 2852773.

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

Color convert

RGB 165 135 43 -
CMYK 0 0.18 0.74 0.35
HSL 45.25º 0.59% 0.41% -
HSV(B) 45.25º 0.74% 0.65% -
XYZ 24.62 25.5 5.91 -
YUV 133.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 165 135 43 0 0.18 0.74 0.35 45.25 0.59 0.41
Hex A5 87 2B 0 12 4A 23 2D 3B 29
Octal 245 207 53 0 22 112 43 55 73 51
Binary 10100101 10000111 101011 0 10010 1001010 100011 101101 111011 101001

Color Harmonies of #A5872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5872B

Black with #A5872B

Text Example


Text Example

White with #A5872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5872B; }

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

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

background-color css

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

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

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

border-color css

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

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

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