Html Css Color HEX #A6893A Reef Gold

📋 copy color: '#A6893A'

red 166 ◦ green 137 ◦ blue 58

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

Shades of Reef Gold #A6893A

Tints of Reef Gold #A6893A

RGB

 RED value IS 166 (65.23% from 255) = 45.98%

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 58 (23.05% from 255) = 16.07%

R = 45.98%
G = 37.95%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6893A (or 0xA6893A) is known color: Reef Gold. HEX triplet: A6, 89 and 3A. RGB value is (166,137,58). Sum of RGB (Red+Green+Blue) = 166+137+58=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A6893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6893A is #5976C5. Grayscale: #898989. Windows color (decimal): -5863110 or 3836326. OLE color: 3836326.

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

Color convert

RGB 166 137 58 -
CMYK 0 0.17 0.65 0.35
HSL 43.89º 0.48% 0.44% -
HSV(B) 43.89º 0.65% 0.65% -
XYZ 25.44 26.3 7.74 -
YUV 136.67 83.61 148.92 -
System Red Green Blue C M Y K H S L
Decimal 166 137 58 0 0.17 0.65 0.35 43.89 0.48 0.44
Hex A6 89 3A 0 11 41 23 2C 30 2C
Octal 246 211 72 0 21 101 43 54 60 54
Binary 10100110 10001001 111010 0 10001 1000001 100011 101100 110000 101100

Color Harmonies of #A6893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6893A

Black with #A6893A

Text Example


Text Example

White with #A6893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6893A; }

 p { color: rgb(166,137,58); }

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

background-color css

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

 a { background-color: rgb(166,137,58); }

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

border-color css

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

 span { border-color: rgb(166,137,58); }

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