Html Css Color HEX #A5882B Reef Gold

📋 copy color: '#A5882B'

red 165 ◦ green 136 ◦ blue 43

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

Shades of Reef Gold #A5882B

Tints of Reef Gold #A5882B

RGB

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

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

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

R = 47.97%
G = 39.53%
B = 12.5%

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

#A5882B (or 0xA5882B) is known color: Reef Gold. HEX triplet: A5, 88 and 2B. RGB value is (165,136,43). Sum of RGB (Red+Green+Blue) = 165+136+43=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 43 (17.19% from 255 or 12.5% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5882B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5882B is #5A77D4. Grayscale: #868686. Windows color (decimal): -5928917 or 2853029. OLE color: 2853029.

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

Color convert

RGB 165 136 43 -
CMYK 0 0.18 0.74 0.35
HSL 45.74º 0.59% 0.41% -
HSV(B) 45.74º 0.74% 0.65% -
XYZ 24.76 25.78 5.96 -
YUV 134.07 76.61 150.06 -
System Red Green Blue C M Y K H S L
Decimal 165 136 43 0 0.18 0.74 0.35 45.74 0.59 0.41
Hex A5 88 2B 0 12 4A 23 2E 3B 29
Octal 245 210 53 0 22 112 43 56 73 51
Binary 10100101 10001000 101011 0 10010 1001010 100011 101110 111011 101001

Color Harmonies of #A5882B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5882B

Black with #A5882B

Text Example


Text Example

White with #A5882B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5882B; }

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

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

background-color css

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

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

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

border-color css

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

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

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