Html Css Color HEX #A5882E Reef Gold

📋 copy color: '#A5882E'

red 165 ◦ green 136 ◦ blue 46

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

Shades of Reef Gold #A5882E

Tints of Reef Gold #A5882E

RGB

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

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

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

R = 47.55%
G = 39.19%
B = 13.26%

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

#A5882E (or 0xA5882E) is known color: Reef Gold. HEX triplet: A5, 88 and 2E. RGB value is (165,136,46). Sum of RGB (Red+Green+Blue) = 165+136+46=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A5882E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5882E is #5A77D1. Grayscale: #868686. Windows color (decimal): -5928914 or 3049637. OLE color: 3049637.

HSL color Cylindrical-coordinate representation of color #A5882E: hue angle of 45.38º 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 #A5882E is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 136 46 -
CMYK 0 0.18 0.72 0.35
HSL 45.38º 0.56% 0.41% -
HSV(B) 45.38º 0.72% 0.65% -
XYZ 24.81 25.8 6.26 -
YUV 134.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 165 136 46 0 0.18 0.72 0.35 45.38 0.56 0.41
Hex A5 88 2E 0 12 48 23 2D 38 29
Octal 245 210 56 0 22 110 43 55 70 51
Binary 10100101 10001000 101110 0 10010 1001000 100011 101101 111000 101001

Color Harmonies of #A5882E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5882E

Black with #A5882E

Text Example


Text Example

White with #A5882E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5882E; }

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

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

background-color css

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

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

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

border-color css

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

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

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