Html Css Color HEX #A7842D Reef Gold

📋 copy color: '#A7842D'

red 167 ◦ green 132 ◦ blue 45

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

Shades of Reef Gold #A7842D

Tints of Reef Gold #A7842D

RGB

 RED value IS 167 (65.63% from 255) = 48.55%

 GREEN value IS 132 (51.95% from 255) = 38.37%

 BLUE value IS 45 (17.97% from 255) = 13.08%

R = 48.55%
G = 38.37%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7842D (or 0xA7842D) is known color: Reef Gold. HEX triplet: A7, 84 and 2D. RGB value is (167,132,45). Sum of RGB (Red+Green+Blue) = 167+132+45=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 45 (17.97% from 255 or 13.08% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7842D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7842D is #587BD2. Grayscale: #848484. Windows color (decimal): -5798867 or 2983079. OLE color: 2983079.

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

Color convert

RGB 167 132 45 -
CMYK 0 0.21 0.73 0.35
HSL 42.79º 0.58% 0.42% -
HSV(B) 42.79º 0.73% 0.65% -
XYZ 24.66 24.91 5.99 -
YUV 132.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 167 132 45 0 0.21 0.73 0.35 42.79 0.58 0.42
Hex A7 84 2D 0 15 49 23 2B 3A 2A
Octal 247 204 55 0 25 111 43 53 72 52
Binary 10100111 10000100 101101 0 10101 1001001 100011 101011 111010 101010

Color Harmonies of #A7842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7842D

Black with #A7842D

Text Example


Text Example

White with #A7842D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7842D; }

 p { color: rgb(167,132,45); }

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

background-color css

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

 a { background-color: rgb(167,132,45); }

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

border-color css

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

 span { border-color: rgb(167,132,45); }

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