Html Css Color HEX #A5882F Reef Gold

📋 copy color: '#A5882F'

red 165 ◦ green 136 ◦ blue 47

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

Shades of Reef Gold #A5882F

Tints of Reef Gold #A5882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.51%

R = 47.41%
G = 39.08%
B = 13.51%

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

#A5882F (or 0xA5882F) is known color: Reef Gold. HEX triplet: A5, 88 and 2F. RGB value is (165,136,47). Sum of RGB (Red+Green+Blue) = 165+136+47=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A5882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5882F is #5A77D0. Grayscale: #868686. Windows color (decimal): -5928913 or 3115173. OLE color: 3115173.

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

Color convert

RGB 165 136 47 -
CMYK 0 0.18 0.72 0.35
HSL 45.25º 0.56% 0.42% -
HSV(B) 45.25º 0.72% 0.65% -
XYZ 24.83 25.81 6.36 -
YUV 134.53 78.61 149.74 -
System Red Green Blue C M Y K H S L
Decimal 165 136 47 0 0.18 0.72 0.35 45.25 0.56 0.42
Hex A5 88 2F 0 12 48 23 2D 38 2A
Octal 245 210 57 0 22 110 43 55 70 52
Binary 10100101 10001000 101111 0 10010 1001000 100011 101101 111000 101010

Color Harmonies of #A5882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5882F

Black with #A5882F

Text Example


Text Example

White with #A5882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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