Html Css Color HEX #A78632 Reef Gold

📋 copy color: '#A78632'

red 167 ◦ green 134 ◦ blue 50

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

Shades of Reef Gold #A78632

Tints of Reef Gold #A78632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.18%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 47.58%
G = 38.18%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A78632 (or 0xA78632) is known color: Reef Gold. HEX triplet: A7, 86 and 32. RGB value is (167,134,50). Sum of RGB (Red+Green+Blue) = 167+134+50=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A78632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78632 is #5879CD. Grayscale: #868686. Windows color (decimal): -5798350 or 3311271. OLE color: 3311271.

HSL color Cylindrical-coordinate representation of color #A78632: hue angle of 43.08º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A78632 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 134 50 -
CMYK 0 0.20 0.70 0.35
HSL 43.08º 0.54% 0.43% -
HSV(B) 43.08º 0.7% 0.65% -
XYZ 25.04 25.5 6.62 -
YUV 134.29 80.43 151.33 -
System Red Green Blue C M Y K H S L
Decimal 167 134 50 0 0.20 0.70 0.35 43.08 0.54 0.43
Hex A7 86 32 0 14 46 23 2B 36 2B
Octal 247 206 62 0 24 106 43 53 66 53
Binary 10100111 10000110 110010 0 10100 1000110 100011 101011 110110 101011

Color Harmonies of #A78632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78632

Black with #A78632

Text Example


Text Example

White with #A78632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78632; }

 p { color: rgb(167,134,50); }

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

background-color css

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

 a { background-color: rgb(167,134,50); }

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

border-color css

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

 span { border-color: rgb(167,134,50); }

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