Html Css Color HEX #A78B2B Reef Gold

📋 copy color: '#A78B2B'

red 167 ◦ green 139 ◦ blue 43

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

Shades of Reef Gold #A78B2B

Tints of Reef Gold #A78B2B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.83%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 47.85%
G = 39.83%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A78B2B (or 0xA78B2B) is known color: Reef Gold. HEX triplet: A7, 8B and 2B. RGB value is (167,139,43). Sum of RGB (Red+Green+Blue) = 167+139+43=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78B2B is #5874D4. Grayscale: #888888. Windows color (decimal): -5797077 or 2853799. OLE color: 2853799.

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

Color convert

RGB 167 139 43 -
CMYK 0 0.17 0.74 0.35
HSL 46.45º 0.59% 0.41% -
HSV(B) 46.45º 0.74% 0.65% -
XYZ 25.61 26.86 6.12 -
YUV 136.43 75.28 149.81 -
System Red Green Blue C M Y K H S L
Decimal 167 139 43 0 0.17 0.74 0.35 46.45 0.59 0.41
Hex A7 8B 2B 0 11 4A 23 2E 3B 29
Octal 247 213 53 0 21 112 43 56 73 51
Binary 10100111 10001011 101011 0 10001 1001010 100011 101110 111011 101001

Color Harmonies of #A78B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78B2B

Black with #A78B2B

Text Example


Text Example

White with #A78B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78B2B; }

 p { color: rgb(167,139,43); }

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

background-color css

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

 a { background-color: rgb(167,139,43); }

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

border-color css

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

 span { border-color: rgb(167,139,43); }

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