Html Css Color HEX #A78232 Reef Gold

📋 copy color: '#A78232'

red 167 ◦ green 130 ◦ blue 50

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

Shades of Reef Gold #A78232

Tints of Reef Gold #A78232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.46%

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

R = 48.13%
G = 37.46%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A78232 (or 0xA78232) is known color: Reef Gold. HEX triplet: A7, 82 and 32. RGB value is (167,130,50). Sum of RGB (Red+Green+Blue) = 167+130+50=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A78232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78232 is #587DCD. Grayscale: #848484. Windows color (decimal): -5799374 or 3310247. OLE color: 3310247.

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

Color convert

RGB 167 130 50 -
CMYK 0 0.22 0.70 0.35
HSL 41.03º 0.54% 0.43% -
HSV(B) 41.03º 0.7% 0.65% -
XYZ 24.49 24.41 6.44 -
YUV 131.94 81.76 153 -
System Red Green Blue C M Y K H S L
Decimal 167 130 50 0 0.22 0.70 0.35 41.03 0.54 0.43
Hex A7 82 32 0 16 46 23 29 36 2B
Octal 247 202 62 0 26 106 43 51 66 53
Binary 10100111 10000010 110010 0 10110 1000110 100011 101001 110110 101011

Color Harmonies of #A78232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78232

Black with #A78232

Text Example


Text Example

White with #A78232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78232; }

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

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

background-color css

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

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

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

border-color css

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

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

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