Html Css Color HEX #A78F28 Reef Gold

📋 copy color: '#A78F28'

red 167 ◦ green 143 ◦ blue 40

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

Shades of Reef Gold #A78F28

Tints of Reef Gold #A78F28

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.86%

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 47.71%
G = 40.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A78F28 (or 0xA78F28) is known color: Reef Gold. HEX triplet: A7, 8F and 28. RGB value is (167,143,40). Sum of RGB (Red+Green+Blue) = 167+143+40=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F28 is #5870D7. Grayscale: #8A8A8A. Windows color (decimal): -5796056 or 2658215. OLE color: 2658215.

HSL color Cylindrical-coordinate representation of color #A78F28: hue angle of 48.66º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A78F28 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 143 40 -
CMYK 0 0.14 0.76 0.35
HSL 48.66º 0.61% 0.41% -
HSV(B) 48.66º 0.76% 0.65% -
XYZ 26.14 28.01 6.04 -
YUV 138.43 72.45 148.38 -
System Red Green Blue C M Y K H S L
Decimal 167 143 40 0 0.14 0.76 0.35 48.66 0.61 0.41
Hex A7 8F 28 0 E 4C 23 31 3D 29
Octal 247 217 50 0 16 114 43 61 75 51
Binary 10100111 10001111 101000 0 1110 1001100 100011 110001 111101 101001

Color Harmonies of #A78F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78F28

Black with #A78F28

Text Example


Text Example

White with #A78F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78F28; }

 p { color: rgb(167,143,40); }

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

background-color css

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

 a { background-color: rgb(167,143,40); }

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

border-color css

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

 span { border-color: rgb(167,143,40); }

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