Html Css Color HEX #A6892B Reef Gold

📋 copy color: '#A6892B'

red 166 ◦ green 137 ◦ blue 43

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

Shades of Reef Gold #A6892B

Tints of Reef Gold #A6892B

RGB

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

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

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

R = 47.98%
G = 39.6%
B = 12.43%

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

#A6892B (or 0xA6892B) is known color: Reef Gold. HEX triplet: A6, 89 and 2B. RGB value is (166,137,43). Sum of RGB (Red+Green+Blue) = 166+137+43=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6892B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6892B is #5976D4. Grayscale: #878787. Windows color (decimal): -5863125 or 2853286. OLE color: 2853286.

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

Color convert

RGB 166 137 43 -
CMYK 0 0.17 0.74 0.35
HSL 45.85º 0.59% 0.41% -
HSV(B) 45.85º 0.74% 0.65% -
XYZ 25.11 26.17 6.01 -
YUV 134.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 166 137 43 0 0.17 0.74 0.35 45.85 0.59 0.41
Hex A6 89 2B 0 11 4A 23 2E 3B 29
Octal 246 211 53 0 21 112 43 56 73 51
Binary 10100110 10001001 101011 0 10001 1001010 100011 101110 111011 101001

Color Harmonies of #A6892B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6892B

Black with #A6892B

Text Example


Text Example

White with #A6892B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6892B; }

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

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

background-color css

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

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

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

border-color css

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

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

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