Html Css Color HEX #A5882C Reef Gold

📋 copy color: '#A5882C'

red 165 ◦ green 136 ◦ blue 44

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

Shades of Reef Gold #A5882C

Tints of Reef Gold #A5882C

RGB

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

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

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

R = 47.83%
G = 39.42%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5882C (or 0xA5882C) is known color: Reef Gold. HEX triplet: A5, 88 and 2C. RGB value is (165,136,44). Sum of RGB (Red+Green+Blue) = 165+136+44=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5882C is #5A77D3. Grayscale: #868686. Windows color (decimal): -5928916 or 2918565. OLE color: 2918565.

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

Color convert

RGB 165 136 44 -
CMYK 0 0.18 0.73 0.35
HSL 45.62º 0.58% 0.41% -
HSV(B) 45.62º 0.73% 0.65% -
XYZ 24.78 25.79 6.05 -
YUV 134.18 77.11 149.98 -
System Red Green Blue C M Y K H S L
Decimal 165 136 44 0 0.18 0.73 0.35 45.62 0.58 0.41
Hex A5 88 2C 0 12 49 23 2E 3A 29
Octal 245 210 54 0 22 111 43 56 72 51
Binary 10100101 10001000 101100 0 10010 1001001 100011 101110 111010 101001

Color Harmonies of #A5882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5882C

Black with #A5882C

Text Example


Text Example

White with #A5882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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