Html Css Color HEX #A78C2E Reef Gold

📋 copy color: '#A78C2E'

red 167 ◦ green 140 ◦ blue 46

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

Shades of Reef Gold #A78C2E

Tints of Reef Gold #A78C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.66%

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 47.31%
G = 39.66%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A78C2E (or 0xA78C2E) is known color: Reef Gold. HEX triplet: A7, 8C and 2E. RGB value is (167,140,46). Sum of RGB (Red+Green+Blue) = 167+140+46=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78C2E is #5873D1. Grayscale: #898989. Windows color (decimal): -5796818 or 3050663. OLE color: 3050663.

HSL color Cylindrical-coordinate representation of color #A78C2E: hue angle of 46.61º degrees, saturation: 0.57, 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 #A78C2E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 140 46 -
CMYK 0 0.16 0.72 0.35
HSL 46.61º 0.57% 0.42% -
HSV(B) 46.61º 0.72% 0.65% -
XYZ 25.81 27.17 6.47 -
YUV 137.36 76.45 149.14 -
System Red Green Blue C M Y K H S L
Decimal 167 140 46 0 0.16 0.72 0.35 46.61 0.57 0.42
Hex A7 8C 2E 0 10 48 23 2F 39 2A
Octal 247 214 56 0 20 110 43 57 71 52
Binary 10100111 10001100 101110 0 10000 1001000 100011 101111 111001 101010

Color Harmonies of #A78C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78C2E

Black with #A78C2E

Text Example


Text Example

White with #A78C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78C2E; }

 p { color: rgb(167,140,46); }

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

background-color css

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

 a { background-color: rgb(167,140,46); }

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

border-color css

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

 span { border-color: rgb(167,140,46); }

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